Klasse GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
- Umschließende Klasse:
GetAllFieldConfigurationSchemesOperationSpec
public static class GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
startAt
public GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetAllFieldConfigurationSchemesOperationSpec.GetAllFieldConfigurationSchemesOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
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
.- Gibt zurück:
this
.
-
build
-
toString
-