Class GetOptionsForContextOperationSpec

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

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

Specification for the GetOptionsForContext operation.

Get custom field options (context)

  • Field Details

    • VALIDATION_ENABLED

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

    • GetOptionsForContextOperationSpec

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

      @Internal public GetOptionsForContextOperationSpec(String fieldId, Long contextId, Long optionId, Boolean onlyOptions, Long startAt, Integer maxResults)
      Constructs a validated instance of GetOptionsForContextOperationSpec.

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

      Parameters:
      fieldId - The ID of the custom field.
      contextId - The ID of the context.
      optionId - The ID of the option.
      onlyOptions - Whether only options are returned.
      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.
    • GetOptionsForContextOperationSpec

      protected GetOptionsForContextOperationSpec()
  • Method Details