Class GetRemoteIssueLinksOperationSpec

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

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

Specification for the GetRemoteIssueLinks operation.

Get remote issue links

  • Field Details

    • VALIDATION_ENABLED

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

    • GetRemoteIssueLinksOperationSpec

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

      @Internal public GetRemoteIssueLinksOperationSpec(String issueIdOrKey, String globalId)
      Constructs a validated instance of GetRemoteIssueLinksOperationSpec.

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

      Parameters:
      issueIdOrKey - The ID or key of the issue.
      globalId - The global ID of the remote issue link.
    • GetRemoteIssueLinksOperationSpec

      protected GetRemoteIssueLinksOperationSpec()
  • Method Details