Klasse CustomFieldContextOption

java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextOption

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

    • disabled

      protected Boolean disabled
      Whether the option is disabled.
    • id

      protected String id
      The ID of the custom field option.
    • optionId

      protected String optionId
      For cascading options, the ID of the custom field option containing the cascading option.
    • value

      protected String value
      The value of the custom field option.
  • Konstruktordetails

    • CustomFieldContextOption

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

      @Internal public CustomFieldContextOption(Boolean disabled, String id, String optionId, String value)
      Constructs a validated instance of CustomFieldContextOption.

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

      Parameter:
      disabled - Whether the option is disabled.
      id - The ID of the custom field option.
      optionId - For cascading options, the ID of the custom field option containing the cascading option.
      value - The value of the custom field option.
    • CustomFieldContextOption

      protected CustomFieldContextOption()
  • Methodendetails