Class UpdateRelatedWorkOperationSpec

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

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

Specification for the UpdateRelatedWork operation.

Update related work

  • Field Details

    • VALIDATION_ENABLED

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

    • UpdateRelatedWorkOperationSpec

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

      @Internal public UpdateRelatedWorkOperationSpec(String id, VersionRelatedWork versionRelatedWork)
      Constructs a validated instance of UpdateRelatedWorkOperationSpec.

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

      Parameters:
      id - The ID of the version to update the related work on. For the related work id, pass it to the input JSON.
      versionRelatedWork -
    • UpdateRelatedWorkOperationSpec

      protected UpdateRelatedWorkOperationSpec()
  • Method Details