Class FindUsersByQueryOperationSpec

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

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

Specification for the FindUsersByQuery operation.

Find users by query

  • Field Details

    • VALIDATION_ENABLED

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

    • FindUsersByQueryOperationSpec

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

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

      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).
      maxResults - The maximum number of items to return per page.
    • FindUsersByQueryOperationSpec

      protected FindUsersByQueryOperationSpec()
  • Method Details