Klasse UpdateSecurityLevelOperationSpec

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

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

Specification for the UpdateSecurityLevel operation.

Update issue security level

  • Felddetails

    • VALIDATION_ENABLED

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

    • UpdateSecurityLevelOperationSpec

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

      @Internal public UpdateSecurityLevelOperationSpec(String schemeId, String levelId, UpdateIssueSecurityLevelDetails updateIssueSecurityLevelDetails)
      Constructs a validated instance of UpdateSecurityLevelOperationSpec.

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

      Parameter:
      schemeId - The ID of the issue security scheme level belongs to.
      levelId - The ID of the issue security level to update.
      updateIssueSecurityLevelDetails -
    • UpdateSecurityLevelOperationSpec

      protected UpdateSecurityLevelOperationSpec()
  • Methodendetails