Klasse FieldDetailsSchema

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

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

    • configuration

      protected Map<String,Object> configuration
      If the field is a custom field, the configuration of the field.
    • custom

      protected String custom
      If the field is a custom field, the URI of the field.
    • customId

      protected Long customId
      If the field is a custom field, the custom ID of the field.
    • items

      protected String items
      When the data type is an array, the name of the field items within the array.
    • system

      protected String system
      If the field is a system field, the name of the field.
    • type

      protected String type
      The data type of the field.
  • Konstruktordetails

    • FieldDetailsSchema

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

      @Internal public FieldDetailsSchema(Map<String,Object> configuration, String custom, Long customId, String items, String system, String type)
      Constructs a validated instance of FieldDetailsSchema.

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

      Parameter:
      configuration - If the field is a custom field, the configuration of the field.
      custom - If the field is a custom field, the URI of the field.
      customId - If the field is a custom field, the custom ID of the field.
      items - When the data type is an array, the name of the field items within the array.
      system - If the field is a system field, the name of the field.
      type - The data type of the field.
    • FieldDetailsSchema

      protected FieldDetailsSchema()
  • Methodendetails

    • builder

    • configuration

      public Map<String,Object> configuration()
      If the field is a custom field, the configuration of the field.
    • custom

      public String custom()
      If the field is a custom field, the URI of the field.
    • customId

      public Long customId()
      If the field is a custom field, the custom ID of the field.
    • items

      public String items()
      When the data type is an array, the name of the field items within the array.
    • system

      public String system()
      If the field is a system field, the name of the field.
    • type

      public String type()
      The data type of the field.
    • configuration

      public FieldDetailsSchema configuration(Map<String,Object> configuration)
      If the field is a custom field, the configuration of the field.
      Gibt zurück:
      this.
    • custom

      public FieldDetailsSchema custom(String custom)
      If the field is a custom field, the URI of the field.
      Gibt zurück:
      this.
    • customId

      public FieldDetailsSchema customId(Long customId)
      If the field is a custom field, the custom ID of the field.
      Gibt zurück:
      this.
    • items

      public FieldDetailsSchema items(String items)
      When the data type is an array, the name of the field items within the array.
      Gibt zurück:
      this.
    • system

      public FieldDetailsSchema system(String system)
      If the field is a system field, the name of the field.
      Gibt zurück:
      this.
    • type

      public FieldDetailsSchema type(String type)
      The data type of the field.
      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