Class GetRelatedWorkOperationSpec

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

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

Specification for the GetRelatedWork operation.

Get related work

  • Field Details

    • VALIDATION_ENABLED

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

    • GetRelatedWorkOperationSpec

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

      @Internal public GetRelatedWorkOperationSpec(String id)
      Constructs a validated instance of GetRelatedWorkOperationSpec.

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

      Parameters:
      id - The ID of the version.
    • GetRelatedWorkOperationSpec

      protected GetRelatedWorkOperationSpec()
  • Method Details