Class FindUserKeysByQueryOperationSpec

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

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

Specification for the FindUserKeysByQuery operation.

Find user keys by query

  • Field Details

    • VALIDATION_ENABLED

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

    • FindUserKeysByQueryOperationSpec

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

      @Internal public FindUserKeysByQueryOperationSpec(String query, Long startAt, Integer maxResult)
      Constructs a validated instance of FindUserKeysByQueryOperationSpec.

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

      Parameters:
      query - The search query.
      startAt - The index of the first item to return in a page of results (page offset).
      maxResult - The maximum number of items to return per page.
    • FindUserKeysByQueryOperationSpec

      protected FindUserKeysByQueryOperationSpec()
  • Method Details