Uses of Class
com.uc4.api.objects.UserPrivileges.Privilege
-
Packages that use UserPrivileges.Privilege Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of UserPrivileges.Privilege in com.uc4.api.objects
Methods in com.uc4.api.objects that return UserPrivileges.Privilege Modifier and Type Method Description static UserPrivileges.Privilege[]UserPrivileges.Privilege. notDeprecatedValues()static UserPrivileges.PrivilegeUserPrivileges.Privilege. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserPrivileges.Privilege[]UserPrivileges.Privilege. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type UserPrivileges.Privilege Modifier and Type Method Description booleanUserPrivileges. 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.Privilege Modifier and Type Method Description UserPrivileges.PrivilegeCheckUserPrivileges.Candidate. getPrivilege()Returns the privilege to check.Constructors in com.uc4.communication.requests with parameters of type UserPrivileges.Privilege Constructor Description Candidate(UC4UserName name, UserPrivileges.Privilege priv)Creates a newCandidate.
-