Class FieldSchema

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

public class FieldSchema extends Object
Represents schema of field in JIRA
Since:
v1.0
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • getItems

      @Nullable public String getItems()
    • getSystem

      @Nullable public String getSystem()
    • getCustom

      @Nullable public String getCustom()
    • getCustomId

      @Nullable public Long getCustomId()
    • isCustom

      public boolean isCustom()
    • 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
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object