Klasse FieldDetails

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

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

    • clauseNames

      protected Set<String> clauseNames
      The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
    • custom

      protected Boolean custom
      Whether the field is a custom field.
    • id

      protected String id
      The ID of the field.
    • key

      protected String key
      The key of the field.
    • name

      protected String name
      The name of the field.
    • orderable

      protected Boolean orderable
      Whether the content of the field can be used to order lists.
    • schema

      protected FieldDetailsSchema schema
    • scope

      protected FieldDetailsScope scope
    • searchable

      protected Boolean searchable
      Whether the content of the field can be searched.
  • Konstruktordetails

    • FieldDetails

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

      @Internal public FieldDetails(Set<String> clauseNames, Boolean custom, String id, String key, String name, Boolean navigable, Boolean orderable, FieldDetailsSchema schema, FieldDetailsScope scope, Boolean searchable)
      Constructs a validated instance of FieldDetails.

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

      Parameter:
      clauseNames - The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
      custom - Whether the field is a custom field.
      id - The ID of the field.
      key - The key of the field.
      name - The name of the field.
      navigable - Whether the field can be used as a column on the issue navigator.
      orderable - Whether the content of the field can be used to order lists.
      schema - var.name
      scope - var.name
      searchable - Whether the content of the field can be searched.
    • FieldDetails

      protected FieldDetails()
  • Methodendetails

    • builder

      public static FieldDetails.FieldDetailsBuilder builder()
    • clauseNames

      public Set<String> clauseNames()
      The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
    • custom

      public Boolean custom()
      Whether the field is a custom field.
    • id

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

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

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

      public Boolean orderable()
      Whether the content of the field can be used to order lists.
    • schema

      public FieldDetailsSchema schema()
    • scope

      public FieldDetailsScope scope()
    • searchable

      public Boolean searchable()
      Whether the content of the field can be searched.
    • clauseNames

      public FieldDetails clauseNames(Set<String> clauseNames)
      The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).
      Gibt zurück:
      this.
    • custom

      public FieldDetails custom(Boolean custom)
      Whether the field is a custom field.
      Gibt zurück:
      this.
    • id

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

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

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

      public FieldDetails orderable(Boolean orderable)
      Whether the content of the field can be used to order lists.
      Gibt zurück:
      this.
    • schema

      public FieldDetails schema(FieldDetailsSchema schema)
      Gibt zurück:
      this.
    • scope

      public FieldDetails scope(FieldDetailsScope scope)
      Gibt zurück:
      this.
    • searchable

      public FieldDetails searchable(Boolean searchable)
      Whether the content of the field can be searched.
      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