Uses of Class
org.javacord.api.entity.permission.PermissionState
-
Packages that use PermissionState Package Description org.javacord.api.entity.permission org.javacord.api.entity.permission.internal -
-
Uses of PermissionState in org.javacord.api.entity.permission
Methods in org.javacord.api.entity.permission that return PermissionState Modifier and Type Method Description PermissionStatePermissions. getState(PermissionType type)Gets the state of the given type.PermissionStatePermissionsBuilder. getState(PermissionType type)Gets the state of the given type.static PermissionStatePermissionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PermissionState[]PermissionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.permission with parameters of type PermissionState Modifier and Type Method Description PermissionsBuilderPermissionsBuilder. setState(PermissionType type, PermissionState state)Sets the new state of the given type. -
Uses of PermissionState in org.javacord.api.entity.permission.internal
Methods in org.javacord.api.entity.permission.internal that return PermissionState Modifier and Type Method Description PermissionStatePermissionsBuilderDelegate. getState(PermissionType type)Gets the state of the given type.Methods in org.javacord.api.entity.permission.internal with parameters of type PermissionState Modifier and Type Method Description voidPermissionsBuilderDelegate. setState(PermissionType type, PermissionState state)Sets the new state of the given type.
-