Uses of Enum Class
com.uc4.api.objects.UserPrivileges.Privilege
Packages that use UserPrivileges.Privilege
-
Uses of UserPrivileges.Privilege in com.uc4.api.objects
Methods in com.uc4.api.objects that return UserPrivileges.PrivilegeModifier and TypeMethodDescriptionstatic UserPrivileges.Privilege[]UserPrivileges.Privilege.notDeprecatedValues()static UserPrivileges.PrivilegeReturns the enum constant of this class with the specified name.static UserPrivileges.Privilege[]UserPrivileges.Privilege.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api.objects with parameters of type UserPrivileges.PrivilegeModifier and TypeMethodDescriptionbooleanUserPrivileges.isPrivilegeSet(UserPrivileges.Privilege priv) Returnstrueif the specified privilege is enabled.voidUserPrivileges.setPrivilege(UserPrivileges.Privilege priv, boolean value) Sets or clears a privilege. -
Uses of UserPrivileges.Privilege in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UserPrivileges.PrivilegeModifier and TypeMethodDescriptionCheckUserPrivileges.Candidate.getPrivilege()Returns the privilege to check.Constructors in com.uc4.communication.requests with parameters of type UserPrivileges.PrivilegeModifierConstructorDescriptionCandidate(UC4UserName name, UserPrivileges.Privilege priv) Creates a newCandidate.