Uses of Class
org.zendesk.client.v2.model.Type
-
Packages that use Type Package Description org.zendesk.client.v2.model -
-
Uses of Type in org.zendesk.client.v2.model
Fields in org.zendesk.client.v2.model declared as Type Modifier and Type Field Description protected TypeRequest. typeMethods in org.zendesk.client.v2.model that return Type Modifier and Type Method Description TypeRequest. getType()TypeTicket. getType()static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. 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 Type Modifier and Type Method Description voidRequest. setType(Type type)voidTicket. setType(Type type)
-