Uses of Class
org.zendesk.client.v2.model.CustomFieldValue
-
Packages that use CustomFieldValue Package Description org.zendesk.client.v2.model -
-
Uses of CustomFieldValue in org.zendesk.client.v2.model
Fields in org.zendesk.client.v2.model with type parameters of type CustomFieldValue Modifier and Type Field Description protected List<CustomFieldValue>Request. customFieldsMethods in org.zendesk.client.v2.model that return types with arguments of type CustomFieldValue Modifier and Type Method Description List<CustomFieldValue>Request. getCustomFields()List<CustomFieldValue>Ticket. getCustomFields()Method parameters in org.zendesk.client.v2.model with type arguments of type CustomFieldValue Modifier and Type Method Description voidRequest. setCustomFields(List<CustomFieldValue> customFields)voidTicket. setCustomFields(List<CustomFieldValue> customFields)
-