Class GetAllUsersDefaultOperationSpec

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

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

Specification for the GetAllUsersDefault operation.

Get all users default

  • Field Details

    • VALIDATION_ENABLED

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

    • GetAllUsersDefaultOperationSpec

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

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

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

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

      protected GetAllUsersDefaultOperationSpec()
  • Method Details