public static class DowntimesApi.ListDowntimesOptionalParameters extends Object
| Constructor and Description |
|---|
ListDowntimesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
DowntimesApi.ListDowntimesOptionalParameters |
currentOnly(Boolean currentOnly)
Set currentOnly.
|
DowntimesApi.ListDowntimesOptionalParameters |
include(String include)
Set include.
|
DowntimesApi.ListDowntimesOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
DowntimesApi.ListDowntimesOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
public DowntimesApi.ListDowntimesOptionalParameters currentOnly(Boolean currentOnly)
currentOnly - Only return downtimes that are active when the request is made. (optional)public DowntimesApi.ListDowntimesOptionalParameters include(String include)
include - Comma-separated list of resource paths for related resources to include in the
response. Supported resource paths are created_by and monitor.
(optional)public DowntimesApi.ListDowntimesOptionalParameters pageOffset(Long pageOffset)
pageOffset - Specific offset to use as the beginning of the returned page. (optional,
default to 0)public DowntimesApi.ListDowntimesOptionalParameters pageLimit(Long pageLimit)
pageLimit - Maximum number of downtimes in the response. (optional, default to 30)Copyright © 2024. All rights reserved.