Class GetStatusOperationSpec

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

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

Specification for the GetStatus operation.

Get status

  • Field Details

    • VALIDATION_ENABLED

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

    • GetStatusOperationSpec

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

      @Internal public GetStatusOperationSpec(String idOrName)
      Constructs a validated instance of GetStatusOperationSpec.

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

      Parameters:
      idOrName - The ID or name of the status.
    • GetStatusOperationSpec

      protected GetStatusOperationSpec()
  • Method Details