java.lang.Object
io.github.primelib.jira4j.restv2.model.Field

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Field extends Object
Field
  • Felddetails

    • contextsCount

      protected Long contextsCount
      Number of contexts where the field is used.
    • description

      protected String description
      The description of the field.
    • id

      protected String id
      The ID of the field.
    • isLocked

      protected Boolean isLocked
      Whether the field is locked.
    • isUnscreenable

      protected Boolean isUnscreenable
      Whether the field is shown on screen or not.
    • key

      protected String key
      The key of the field.
    • lastUsed

      protected FieldLastUsed lastUsed
    • name

      protected String name
      The name of the field.
    • projectsCount

      protected Long projectsCount
      Number of projects where the field is used.
    • schema

      protected JsonTypeBean schema
    • screensCount

      protected Long screensCount
      Number of screens where the field is used.
    • searcherKey

      protected String searcherKey
      The searcher key of the field. Returned for custom fields.
  • Konstruktordetails

    • Field

      public Field(Consumer<Field> spec)
      Constructs a validated instance of Field.
      Parameter:
      spec - the specification to process
    • Field

      @Internal public Field(Long contextsCount, String description, String id, Boolean isLocked, Boolean isUnscreenable, String key, FieldLastUsed lastUsed, String name, Long projectsCount, JsonTypeBean schema, Long screensCount, String searcherKey)
      Constructs a validated instance of Field.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Field(Consumer) instead.

      Parameter:
      contextsCount - Number of contexts where the field is used.
      description - The description of the field.
      id - The ID of the field.
      isLocked - Whether the field is locked.
      isUnscreenable - Whether the field is shown on screen or not.
      key - The key of the field.
      lastUsed - var.name
      name - The name of the field.
      projectsCount - Number of projects where the field is used.
      schema - var.name
      screensCount - Number of screens where the field is used.
      searcherKey - The searcher key of the field. Returned for custom fields.
    • Field

      protected Field()
  • Methodendetails

    • builder

      public static Field.FieldBuilder builder()
    • contextsCount

      public Long contextsCount()
      Number of contexts where the field is used.
    • description

      public String description()
      The description of the field.
    • id

      public String id()
      The ID of the field.
    • isLocked

      public Boolean isLocked()
      Whether the field is locked.
    • isUnscreenable

      public Boolean isUnscreenable()
      Whether the field is shown on screen or not.
    • key

      public String key()
      The key of the field.
    • lastUsed

      public FieldLastUsed lastUsed()
    • name

      public String name()
      The name of the field.
    • projectsCount

      public Long projectsCount()
      Number of projects where the field is used.
    • schema

      public JsonTypeBean schema()
    • screensCount

      public Long screensCount()
      Number of screens where the field is used.
    • searcherKey

      public String searcherKey()
      The searcher key of the field. Returned for custom fields.
    • contextsCount

      public Field contextsCount(Long contextsCount)
      Number of contexts where the field is used.
      Gibt zurück:
      this.
    • description

      public Field description(String description)
      The description of the field.
      Gibt zurück:
      this.
    • id

      public Field id(String id)
      The ID of the field.
      Gibt zurück:
      this.
    • isLocked

      public Field isLocked(Boolean isLocked)
      Whether the field is locked.
      Gibt zurück:
      this.
    • isUnscreenable

      public Field isUnscreenable(Boolean isUnscreenable)
      Whether the field is shown on screen or not.
      Gibt zurück:
      this.
    • key

      public Field key(String key)
      The key of the field.
      Gibt zurück:
      this.
    • lastUsed

      public Field lastUsed(FieldLastUsed lastUsed)
      Gibt zurück:
      this.
    • name

      public Field name(String name)
      The name of the field.
      Gibt zurück:
      this.
    • projectsCount

      public Field projectsCount(Long projectsCount)
      Number of projects where the field is used.
      Gibt zurück:
      this.
    • schema

      public Field schema(JsonTypeBean schema)
      Gibt zurück:
      this.
    • screensCount

      public Field screensCount(Long screensCount)
      Number of screens where the field is used.
      Gibt zurück:
      this.
    • searcherKey

      public Field searcherKey(String searcherKey)
      The searcher key of the field. Returned for custom fields.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object