Class GetAllWorkflowSchemesOperationSpec.GetAllWorkflowSchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllWorkflowSchemesOperationSpec.GetAllWorkflowSchemesOperationSpecBuilder
- Enclosing class:
- GetAllWorkflowSchemesOperationSpec
public static class GetAllWorkflowSchemesOperationSpec.GetAllWorkflowSchemesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public GetAllWorkflowSchemesOperationSpec.GetAllWorkflowSchemesOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetAllWorkflowSchemesOperationSpec.GetAllWorkflowSchemesOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-