Klasse SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
- Umschließende Klasse:
SearchResolutionsOperationSpec
public static class SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The list of resolutions IDs to be filtered outmaxResults
(@Nullable String maxResults) The maximum number of items to return per page.onlyDefault
(@Nullable Boolean onlyDefault) When set to true, return default only, when IDs provided, if none of them is default, return empty page.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder id(@Nullable @Nullable List<String> id) The list of resolutions IDs to be filtered out- Gibt zurück:
this
.
-
onlyDefault
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder onlyDefault(@Nullable @Nullable Boolean onlyDefault) When set to true, return default only, when IDs provided, if none of them is default, return empty page. Default value is false- Gibt zurück:
this
.
-
build
-
toString
-