Klasse FieldConfigurationItem

java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldConfigurationItem

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

    • description

      protected String description
      The description of the field within the field configuration.
    • id

      protected String id
      The ID of the field within the field configuration.
    • isHidden

      protected Boolean isHidden
      Whether the field is hidden in the field configuration.
    • isRequired

      protected Boolean isRequired
      Whether the field is required in the field configuration.
    • renderer

      protected String renderer
      The renderer type for the field within the field configuration.
  • Konstruktordetails

    • FieldConfigurationItem

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

      @Internal public FieldConfigurationItem(String description, String id, Boolean isHidden, Boolean isRequired, String renderer)
      Constructs a validated instance of FieldConfigurationItem.

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

      Parameter:
      description - The description of the field within the field configuration.
      id - The ID of the field within the field configuration.
      isHidden - Whether the field is hidden in the field configuration.
      isRequired - Whether the field is required in the field configuration.
      renderer - The renderer type for the field within the field configuration.
    • FieldConfigurationItem

      protected FieldConfigurationItem()
  • Methodendetails

    • builder

    • description

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

      public String id()
      The ID of the field within the field configuration.
    • isHidden

      public Boolean isHidden()
      Whether the field is hidden in the field configuration.
    • isRequired

      public Boolean isRequired()
      Whether the field is required in the field configuration.
    • renderer

      public String renderer()
      The renderer type for the field within the field configuration.
    • description

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

      The ID of the field within the field configuration.
      Gibt zurück:
      this.
    • isHidden

      public FieldConfigurationItem isHidden(Boolean isHidden)
      Whether the field is hidden in the field configuration.
      Gibt zurück:
      this.
    • isRequired

      public FieldConfigurationItem isRequired(Boolean isRequired)
      Whether the field is required in the field configuration.
      Gibt zurück:
      this.
    • renderer

      public FieldConfigurationItem renderer(String renderer)
      The renderer type for the field within the field configuration.
      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