Klasse IssueFieldOptionCreateBean

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

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

    • config

    • properties

      protected Map<String,Object> properties
      The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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

    • IssueFieldOptionCreateBean

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

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

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

      Parameter:
      config - config
      properties - The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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.
    • IssueFieldOptionCreateBean

      protected IssueFieldOptionCreateBean()
  • Methodendetails

    • builder

    • config

    • properties

      public Map<String,Object> properties()
      The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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.
    • properties

      public IssueFieldOptionCreateBean properties(Map<String,Object> properties)
      The properties of the option as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see 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 IssueFieldOptionCreateBean 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