Class GetWorklogPropertyOperationSpec

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

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

Specification for the GetWorklogProperty operation.

Get worklog property

  • Field Details

    • VALIDATION_ENABLED

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

    • GetWorklogPropertyOperationSpec

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

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

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

      Parameters:
      issueIdOrKey - The ID or key of the issue.
      worklogId - The ID of the worklog.
      propertyKey - The key of the property.
    • GetWorklogPropertyOperationSpec

      protected GetWorklogPropertyOperationSpec()
  • Method Details