Class SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
- Enclosing class:
- SearchResolutionsOperationSpec
public static class SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
startAt
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Returns:
this
.
-
id
public SearchResolutionsOperationSpec.SearchResolutionsOperationSpecBuilder id(@Nullable @Nullable List<String> id) The list of resolutions IDs to be filtered out- Returns:
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- Returns:
this
.
-
build
-
toString
-