Class GetRemoteIssueLinkByIdOperationSpec

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

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

Specification for the GetRemoteIssueLinkById operation.

Get remote issue link by ID

  • Field Details

    • VALIDATION_ENABLED

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

    • GetRemoteIssueLinkByIdOperationSpec

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

      @Internal public GetRemoteIssueLinkByIdOperationSpec(String issueIdOrKey, String linkId)
      Constructs a validated instance of GetRemoteIssueLinkByIdOperationSpec.

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

      Parameters:
      issueIdOrKey - The ID or key of the issue.
      linkId - The ID of the remote issue link.
    • GetRemoteIssueLinkByIdOperationSpec

      protected GetRemoteIssueLinkByIdOperationSpec()
  • Method Details