Package zendesk.support
Class CustomField
- java.lang.Object
-
- zendesk.support.CustomField
-
public class CustomField extends java.lang.Object
CustomFields model which allows for custom data to be set on a request- See Also:
- Zendesk Rest API on Requests
-
-
Constructor Summary
Constructors Constructor and Description CustomField(java.lang.Long id, java.lang.String value)
Constructor for a custom field model to be included with a ticket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Long
getId()
java.lang.String
getValue()
-