Class GetIssuePropertyOperationSpec

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

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

Specification for the GetIssueProperty operation.

Get issue property

  • Field Details

    • VALIDATION_ENABLED

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

    • GetIssuePropertyOperationSpec

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

      @Internal public GetIssuePropertyOperationSpec(String issueIdOrKey, String propertyKey)
      Constructs a validated instance of GetIssuePropertyOperationSpec.

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

      Parameters:
      issueIdOrKey - The key or ID of the issue.
      propertyKey - The key of the property.
    • GetIssuePropertyOperationSpec

      protected GetIssuePropertyOperationSpec()
  • Method Details