Klasse GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder
- Umschließende Klasse:
GetFieldConfigurationItemsOperationSpec
public static class GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the field configuration.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
-
id
public GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder id(@NotNull @NotNull Long id) The ID of the field configuration.- Gibt zurück:
this
.
-
startAt
public GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder 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 GetFieldConfigurationItemsOperationSpec.GetFieldConfigurationItemsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-