Klasse CustomFieldOptionUpdate

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

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

    • disabled

      protected Boolean disabled
      Whether the option is disabled.
    • id

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

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

    • CustomFieldOptionUpdate

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

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

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

      Parameter:
      disabled - Whether the option is disabled.
      id - The ID of the custom field option.
      value - The value of the custom field option.
    • CustomFieldOptionUpdate

      protected CustomFieldOptionUpdate()
  • Methodendetails