Klasse FieldConfiguration

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

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

    • description

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

      protected Long id
      The ID of the field configuration.
    • isDefault

      protected Boolean isDefault
      Whether the field configuration is the default.
    • name

      protected String name
      The name of the field configuration.
  • Konstruktordetails

    • FieldConfiguration

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

      @Internal public FieldConfiguration(String description, Long id, Boolean isDefault, String name)
      Constructs a validated instance of FieldConfiguration.

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

      Parameter:
      description - The description of the field configuration.
      id - The ID of the field configuration.
      isDefault - Whether the field configuration is the default.
      name - The name of the field configuration.
    • FieldConfiguration

      protected FieldConfiguration()
  • Methodendetails

    • builder

    • description

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

      public Long id()
      The ID of the field configuration.
    • isDefault

      public Boolean isDefault()
      Whether the field configuration is the default.
    • name

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

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

      public FieldConfiguration id(Long id)
      The ID of the field configuration.
      Gibt zurück:
      this.
    • isDefault

      public FieldConfiguration isDefault(Boolean isDefault)
      Whether the field configuration is the default.
      Gibt zurück:
      this.
    • name

      public FieldConfiguration name(String name)
      The name of 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