Class FieldId

java.lang.Object
com.atlassian.servicedesk.api.field.FieldId

@PublicApi public class FieldId extends Object
Represents a JIRA Field.getId() instance
  • Method Details

    • withId

      public static FieldId withId(String fieldId)
      Create a new instance using the raw JIRA Field ID
      Parameters:
      fieldId - the JIRA field ID
      Returns:
      a FieldId instance
    • value

      public String value()
      Raw value of the field ID
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object