Class GetAllUsersOperationSpec.GetAllUsersOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllUsersOperationSpec.GetAllUsersOperationSpecBuilder
- Enclosing class:
- GetAllUsersOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return.The index of the first item to return.toString()
-
Method Details
-
startAt
public GetAllUsersOperationSpec.GetAllUsersOperationSpecBuilder startAt(@Nullable @Nullable Integer startAt) The index of the first item to return.- Returns:
this
.
-
maxResults
public GetAllUsersOperationSpec.GetAllUsersOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return.- Returns:
this
.
-
build
-
toString
-