Klasse ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder
- Umschließende Klasse:
ListMaintenanceWindowsOperationSpec
public static class ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Only return maintenance windows in a given state.Array of additional Models to include in response.The number of results per page.Offset to start pagination search results.Filters the result, showing only the records whose name matches the query.serviceIds
(@Nullable List<String> serviceIds) An array of service IDs.An array of team IDs.toString()
By default thetotal
field in pagination responses is set tonull
to provide the fastest possible response times.
-
Methodendetails
-
query
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder query(@Nullable @Nullable String query) Filters the result, showing only the records whose name matches the query.- Gibt zurück:
this
.
-
limit
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The number of results per page.- Gibt zurück:
this
.
-
offset
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder offset(@Nullable @Nullable Integer offset) Offset to start pagination search results.- Gibt zurück:
this
.
-
total
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder total(@Nullable @Nullable Boolean total) By default thetotal
field in pagination responses is set tonull
to provide the fastest possible response times. Settotal
totrue
for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information.- Gibt zurück:
this
.
-
teamIds
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder teamIds(@Nullable @Nullable Set<String> teamIds) An array of team IDs. Only results related to these teams will be returned. Account must have theteams
ability to use this parameter.- Gibt zurück:
this
.
-
serviceIds
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder serviceIds(@Nullable @Nullable List<String> serviceIds) An array of service IDs. Only results related to these services will be returned.- Gibt zurück:
this
.
-
include
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder include(@Nullable @Nullable String include) Array of additional Models to include in response.- Gibt zurück:
this
.
-
filter
public ListMaintenanceWindowsOperationSpec.ListMaintenanceWindowsOperationSpecBuilder filter(@Nullable @Nullable String filter) Only return maintenance windows in a given state.- Gibt zurück:
this
.
-
build
-
toString
-