Class GetComponentOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetComponentOperationSpec

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

Specification for the GetComponent operation.

Get component

  • Field Details

    • VALIDATION_ENABLED

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

    • GetComponentOperationSpec

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

      @Internal public GetComponentOperationSpec(String id)
      Constructs a validated instance of GetComponentOperationSpec.

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

      Parameters:
      id - The ID of the component.
    • GetComponentOperationSpec

      protected GetComponentOperationSpec()
  • Method Details