public static class IncidentTeamsApi.ListIncidentTeamsOptionalParameters extends Object
| Constructor and Description |
|---|
ListIncidentTeamsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
IncidentTeamsApi.ListIncidentTeamsOptionalParameters |
filter(String filter)
Set filter.
|
IncidentTeamsApi.ListIncidentTeamsOptionalParameters |
include(IncidentRelatedObject include)
Set include.
|
IncidentTeamsApi.ListIncidentTeamsOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
IncidentTeamsApi.ListIncidentTeamsOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
public IncidentTeamsApi.ListIncidentTeamsOptionalParameters include(IncidentRelatedObject include)
include - Specifies which types of related objects should be included in the response.
(optional)public IncidentTeamsApi.ListIncidentTeamsOptionalParameters pageSize(Long pageSize)
pageSize - Size for a given page. The maximum allowed value is 100. (optional, default
to 10)public IncidentTeamsApi.ListIncidentTeamsOptionalParameters pageOffset(Long pageOffset)
pageOffset - Specific offset to use as the beginning of the returned page. (optional,
default to 0)public IncidentTeamsApi.ListIncidentTeamsOptionalParameters filter(String filter)
filter - A search query that filters teams by name. (optional)Copyright © 2024. All rights reserved.