Class CustomFieldOption


  • public class CustomFieldOption
    extends java.lang.Object
    • Constructor Detail

      • CustomFieldOption

        public CustomFieldOption​(java.lang.String id,
                                 Value value)
    • Method Detail

      • id

        public java.lang.String id()
        The unique identifier for the option to be used when updating the custom field
      • value

        public Value value()
        The human readable value of the option
      • withId

        public CustomFieldOption withId​(java.lang.String id)
        The unique identifier for the option to be used when updating the custom field
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object