Klasse IssueFieldOption

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

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

    • config

    • id

      protected Long id
      The unique identifier for the option. This is only unique within the select field's set of options.
    • properties

      protected Map<String,Object> properties
      The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.
    • value

      protected String value
      The option's name, which is displayed in Jira.
  • Konstruktordetails

    • IssueFieldOption

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

      @Internal public IssueFieldOption(IssueFieldOptionConfiguration config, Long id, Map<String,Object> properties, String value)
      Constructs a validated instance of IssueFieldOption.

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

      Parameter:
      config - var.name
      id - The unique identifier for the option. This is only unique within the select field's set of options.
      properties - The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.
      value - The option's name, which is displayed in Jira.
    • IssueFieldOption

      protected IssueFieldOption()
  • Methodendetails

    • builder

    • config

    • id

      public Long id()
      The unique identifier for the option. This is only unique within the select field's set of options.
    • properties

      public Map<String,Object> properties()
      The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.
    • value

      public String value()
      The option's name, which is displayed in Jira.
    • config

      Gibt zurück:
      this.
    • id

      public IssueFieldOption id(Long id)
      The unique identifier for the option. This is only unique within the select field's set of options.
      Gibt zurück:
      this.
    • properties

      public IssueFieldOption properties(Map<String,Object> properties)
      The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.
      Gibt zurück:
      this.
    • value

      public IssueFieldOption value(String value)
      The option's name, which is displayed in Jira.
      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