Class IssueFieldOptionCreateBean

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

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

    • 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.
  • Constructor Details

    • IssueFieldOptionCreateBean

      public IssueFieldOptionCreateBean(Consumer<IssueFieldOptionCreateBean> spec)
      Constructs a validated instance of IssueFieldOptionCreateBean.
      Parameters:
      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.

      Parameters:
      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()
  • Method Details