Klasse CustomFieldOptionCreate

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

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

    • disabled

      protected Boolean disabled
      Whether the option is disabled.
    • optionId

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

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

    • CustomFieldOptionCreate

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

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

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

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

      protected CustomFieldOptionCreate()
  • Methodendetails