Class 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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomField

        public CustomField(java.lang.Long id,
                           java.lang.String value)
        Constructor for a custom field model to be included with a ticket
        Parameters:
        id - The id of the custom field
        value - The value of the custom field