Klasse GetAllUsersOperationSpec

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

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

Specification for the GetAllUsers operation.

Get all users

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetAllUsersOperationSpec

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

      @Internal public GetAllUsersOperationSpec(Integer startAt, Integer maxResults)
      Constructs a validated instance of GetAllUsersOperationSpec.

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

      Parameter:
      startAt - The index of the first item to return.
      maxResults - The maximum number of items to return.
    • GetAllUsersOperationSpec

      protected GetAllUsersOperationSpec()
  • Methodendetails