Uses of Class
org.zendesk.client.v2.model.hc.UserType
-
Packages that use UserType Package Description org.zendesk.client.v2.model.hc -
-
Uses of UserType in org.zendesk.client.v2.model.hc
Methods in org.zendesk.client.v2.model.hc that return UserType Modifier and Type Method Description UserTypeUserSegment. getUserType()static UserTypeUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserType[]UserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zendesk.client.v2.model.hc with parameters of type UserType Modifier and Type Method Description UserSegmentUserSegment. setUserType(UserType userType)
-