Class UpdateIssueFieldOptionOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateIssueFieldOptionOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UpdateIssueFieldOptionOperationSpec extends Object
UpdateIssueFieldOptionSpec

Specification for the UpdateIssueFieldOption operation.

Update issue field option

  • Field Details

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Constructor Details

    • UpdateIssueFieldOptionOperationSpec

      @Internal public UpdateIssueFieldOptionOperationSpec(Consumer<UpdateIssueFieldOptionOperationSpec> spec)
      Constructs a validated instance of UpdateIssueFieldOptionOperationSpec.
      Parameters:
      spec - the specification to process
    • UpdateIssueFieldOptionOperationSpec

      @Internal public UpdateIssueFieldOptionOperationSpec(String fieldKey, Long optionId, IssueFieldOption issueFieldOption)
      Constructs a validated instance of UpdateIssueFieldOptionOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameters:
      fieldKey - The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine the fieldKey value, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in the jiraIssueFields module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned in key. For example, "key": "teams-add-on__team-issue-field"
      optionId - The ID of the option to be updated.
      issueFieldOption -
    • UpdateIssueFieldOptionOperationSpec

      protected UpdateIssueFieldOptionOperationSpec()
  • Method Details

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Throws:
      NullPointerException
    • builder

    • fieldKey

      @NotNull public @NotNull String fieldKey()
      The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine the fieldKey value, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in the jiraIssueFields module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned in key. For example, "key": "teams-add-on__team-issue-field"
    • optionId

      @NotNull public @NotNull Long optionId()
      The ID of the option to be updated.
    • issueFieldOption

      @NotNull public @NotNull IssueFieldOption issueFieldOption()
    • fieldKey

      public UpdateIssueFieldOptionOperationSpec fieldKey(@NotNull @NotNull String fieldKey)
      The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine the fieldKey value, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in the jiraIssueFields module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned in key. For example, "key": "teams-add-on__team-issue-field"
      Returns:
      this.
    • optionId

      public UpdateIssueFieldOptionOperationSpec optionId(@NotNull @NotNull Long optionId)
      The ID of the option to be updated.
      Returns:
      this.
    • issueFieldOption

      public UpdateIssueFieldOptionOperationSpec issueFieldOption(@NotNull @NotNull IssueFieldOption issueFieldOption)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object