Klasse ApplicationProperty

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

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

    • allowedValues

      protected List<String> allowedValues
      The allowed values, if applicable.
    • defaultValue

      protected String defaultValue
      The default value of the application property.
    • desc

      protected String desc
      The description of the application property.
    • example

      protected String example
    • id

      protected String id
      The ID of the application property. The ID and key are the same.
    • key

      protected String key
      The key of the application property. The ID and key are the same.
    • name

      protected String name
      The name of the application property.
    • type

      protected String type
      The data type of the application property.
    • value

      protected String value
      The new value.
  • Konstruktordetails

    • ApplicationProperty

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

      @Internal public ApplicationProperty(List<String> allowedValues, String defaultValue, String desc, String example, String id, String key, String name, String type, String value)
      Constructs a validated instance of ApplicationProperty.

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

      Parameter:
      allowedValues - The allowed values, if applicable.
      defaultValue - The default value of the application property.
      desc - The description of the application property.
      example - var.name
      id - The ID of the application property. The ID and key are the same.
      key - The key of the application property. The ID and key are the same.
      name - The name of the application property.
      type - The data type of the application property.
      value - The new value.
    • ApplicationProperty

      protected ApplicationProperty()
  • Methodendetails

    • builder

    • allowedValues

      public List<String> allowedValues()
      The allowed values, if applicable.
    • defaultValue

      public String defaultValue()
      The default value of the application property.
    • desc

      public String desc()
      The description of the application property.
    • example

      public String example()
    • id

      public String id()
      The ID of the application property. The ID and key are the same.
    • key

      public String key()
      The key of the application property. The ID and key are the same.
    • name

      public String name()
      The name of the application property.
    • type

      public String type()
      The data type of the application property.
    • value

      public String value()
      The new value.
    • allowedValues

      public ApplicationProperty allowedValues(List<String> allowedValues)
      The allowed values, if applicable.
      Gibt zurück:
      this.
    • defaultValue

      public ApplicationProperty defaultValue(String defaultValue)
      The default value of the application property.
      Gibt zurück:
      this.
    • desc

      public ApplicationProperty desc(String desc)
      The description of the application property.
      Gibt zurück:
      this.
    • example

      public ApplicationProperty example(String example)
      Gibt zurück:
      this.
    • id

      public ApplicationProperty id(String id)
      The ID of the application property. The ID and key are the same.
      Gibt zurück:
      this.
    • key

      public ApplicationProperty key(String key)
      The key of the application property. The ID and key are the same.
      Gibt zurück:
      this.
    • name

      public ApplicationProperty name(String name)
      The name of the application property.
      Gibt zurück:
      this.
    • type

      public ApplicationProperty type(String type)
      The data type of the application property.
      Gibt zurück:
      this.
    • value

      public ApplicationProperty value(String value)
      The new value.
      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