Uses of Class
org.zendesk.client.v2.model.Role
-
Packages that use Role Package Description org.zendesk.client.v2.model -
-
Uses of Role in org.zendesk.client.v2.model
Methods in org.zendesk.client.v2.model that return Role Modifier and Type Method Description RoleUser. getRole()static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zendesk.client.v2.model with parameters of type Role Modifier and Type Method Description voidUser. setRole(Role role)
-