public static class IncidentsApi.ListIncidentsOptionalParameters extends Object
| Constructor and Description |
|---|
ListIncidentsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
IncidentsApi.ListIncidentsOptionalParameters |
include(List<IncidentRelatedObject> include)
Set include.
|
IncidentsApi.ListIncidentsOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
IncidentsApi.ListIncidentsOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
public IncidentsApi.ListIncidentsOptionalParameters include(List<IncidentRelatedObject> include)
include - Specifies which types of related objects should be included in the response.
(optional)public IncidentsApi.ListIncidentsOptionalParameters pageSize(Long pageSize)
pageSize - Size for a given page. The maximum allowed value is 100. (optional, default
to 10)public IncidentsApi.ListIncidentsOptionalParameters pageOffset(Long pageOffset)
pageOffset - Specific offset to use as the beginning of the returned page. (optional,
default to 0)Copyright © 2024. All rights reserved.