public static class IncidentsApi.ListIncidentPostmortemTemplatesOptionalParameters extends Object
| Constructor and Description |
|---|
ListIncidentPostmortemTemplatesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
IncidentsApi.ListIncidentPostmortemTemplatesOptionalParameters |
filterIncidentType(UUID filterIncidentType)
Set filterIncidentType.
|
IncidentsApi.ListIncidentPostmortemTemplatesOptionalParameters |
sort(String sort)
Set sort.
|
public ListIncidentPostmortemTemplatesOptionalParameters()
public IncidentsApi.ListIncidentPostmortemTemplatesOptionalParameters filterIncidentType(UUID filterIncidentType)
filterIncidentType - Filter postmortem templates by the associated incident type ID.
(optional)public IncidentsApi.ListIncidentPostmortemTemplatesOptionalParameters sort(String sort)
sort - The attribute to sort results by. Prefix with - for descending
order. (optional, default to "created_at")Copyright © 2026. All rights reserved.