Class GetProjectPropertyKeysOperationSpec

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

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

Specification for the GetProjectPropertyKeys operation.

Get project property keys

  • Field Details

    • VALIDATION_ENABLED

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

    • GetProjectPropertyKeysOperationSpec

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

      @Internal public GetProjectPropertyKeysOperationSpec(String projectIdOrKey)
      Constructs a validated instance of GetProjectPropertyKeysOperationSpec.

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

      Parameters:
      projectIdOrKey - The project ID or project key (case sensitive).
    • GetProjectPropertyKeysOperationSpec

      protected GetProjectPropertyKeysOperationSpec()
  • Method Details