Uses of Class
org.javacord.api.entity.activity.ActivityFlag
-
Packages that use ActivityFlag Package Description org.javacord.api.entity.activity -
-
Uses of ActivityFlag in org.javacord.api.entity.activity
Methods in org.javacord.api.entity.activity that return ActivityFlag Modifier and Type Method Description static ActivityFlagActivityFlag. getActivityFlagById(int flags)Gets the activity flag of the given integer value.static ActivityFlagActivityFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivityFlag[]ActivityFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.activity that return types with arguments of type ActivityFlag Modifier and Type Method Description java.util.EnumSet<ActivityFlag>Activity. getFlags()Gets the activity flags of this activity.
-