Class GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
- Enclosing class:
- GetAllFieldConfigurationSchemesOperationSpec
public static class GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The list of field configuration scheme IDs.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 GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
id
public GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder id(@Nullable @Nullable Set<Long> id) The list of field configuration scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Returns:
this
.
-
build
-
toString
-