Klasse GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
- Umschließende Klasse:
GetAllDashboardsOperationSpec
public static class GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
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.- Gibt zurück:
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).- Gibt zurück:
this
.
-
maxResults
public GetAllDashboardsOperationSpec.GetAllDashboardsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-