Class CustomFieldOption

java.lang.Object
com.atlassian.jira.rest.client.api.domain.CustomFieldOption

public class CustomFieldOption extends Object
Represents Custom Field Option
Since:
v1.0
  • Constructor Details

  • Method Details

    • getSelf

      public URI getSelf()
    • getId

      public Long getId()
    • getValue

      public String getValue()
    • getChildren

      public Iterable<CustomFieldOption> getChildren()
    • getChild

      @Nullable public CustomFieldOption getChild()
    • getToStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
      Returns ToStringHelper with all fields inserted. Override this method to insert additional fields.
      Returns:
      ToStringHelper
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object