Class GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
- Enclosing class:
- GetAllDashboardsOperationSpec
public static class GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The filter applied to the list of dashboards.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()
-
Method Details
-
filter
public GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder filter(@Nullable @Nullable String filter) The filter applied to the list of dashboards. Valid values are: *favourite
Returns dashboards the user has marked as favorite. *my
Returns dashboards owned by the user.- Returns:
this
.
-
startAt
public GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder startAt(@Nullable @Nullable Integer startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
build
-
toString
-