Class UpdateProjectEmailOperationSpec

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

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

Specification for the UpdateProjectEmail operation.

Set project's sender email

  • Field Details

    • VALIDATION_ENABLED

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

    • UpdateProjectEmailOperationSpec

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

      @Internal public UpdateProjectEmailOperationSpec(Long projectId, ProjectEmailAddress projectEmailAddress)
      Constructs a validated instance of UpdateProjectEmailOperationSpec.

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

      Parameters:
      projectId - The project ID.
      projectEmailAddress - The project's sender email address to be set.
    • UpdateProjectEmailOperationSpec

      protected UpdateProjectEmailOperationSpec()
  • Method Details