Class DeleteNotificationSchemeOperationSpec

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

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

Specification for the DeleteNotificationScheme operation.

Delete notification scheme

  • Field Details

    • VALIDATION_ENABLED

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

    • DeleteNotificationSchemeOperationSpec

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

      @Internal public DeleteNotificationSchemeOperationSpec(String notificationSchemeId)
      Constructs a validated instance of DeleteNotificationSchemeOperationSpec.

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

      Parameters:
      notificationSchemeId - The ID of the notification scheme.
    • DeleteNotificationSchemeOperationSpec

      protected DeleteNotificationSchemeOperationSpec()
  • Method Details