Klasse GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder
- Umschließende Klasse:
GetAllFieldConfigurationsOperationSpec
public static class GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The list of field configuration IDs.If *true* returns default field configurations only.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The query string used to match against field configuration names and descriptions.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder 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 GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
public GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder id(@Nullable @Nullable Set<Long> id) The list of field configuration IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Gibt zurück:
this
.
-
isDefault
public GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder isDefault(@Nullable @Nullable Boolean isDefault) If *true* returns default field configurations only.- Gibt zurück:
this
.
-
query
public GetAllFieldConfigurationsOperationSpec.GetAllFieldConfigurationsOperationSpecBuilder query(@Nullable @Nullable String query) The query string used to match against field configuration names and descriptions.- Gibt zurück:
this
.
-
build
-
toString
-