Class GetContextsForFieldDeprecatedOperationSpec

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

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

Specification for the GetContextsForFieldDeprecated operation.

Get contexts for a field

  • Field Details

    • VALIDATION_ENABLED

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

    • GetContextsForFieldDeprecatedOperationSpec

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

      @Internal public GetContextsForFieldDeprecatedOperationSpec(String fieldId, Long startAt, Integer maxResults)
      Constructs a validated instance of GetContextsForFieldDeprecatedOperationSpec.

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

      Parameters:
      fieldId - The ID of the field to return contexts for.
      startAt - The index of the first item to return in a page of results (page offset).
      maxResults - The maximum number of items to return per page.
    • GetContextsForFieldDeprecatedOperationSpec

      protected GetContextsForFieldDeprecatedOperationSpec()
  • Method Details