| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeObject |
IncidentTypeObject.attributes(IncidentTypeAttributes attributes) |
IncidentTypeObject |
IncidentTypeResponse.getData()
Incident type response data.
|
IncidentTypeObject |
IncidentNotificationTemplateIncludedItems.getIncidentTypeObject()
Get the actual instance of `IncidentTypeObject`.
|
IncidentTypeObject |
IncidentTypeObject.id(String id) |
IncidentTypeObject |
IncidentTypeObject.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentTypeObject |
IncidentTypeObject.relationships(IncidentTypeRelationships relationships) |
IncidentTypeObject |
IncidentTypeObject.type(IncidentTypeType type) |
| Modifier and Type | Method and Description |
|---|---|
List<IncidentTypeObject> |
IncidentTypeListResponse.getData()
An array of incident type objects.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeListResponse |
IncidentTypeListResponse.addDataItem(IncidentTypeObject dataItem) |
IncidentTypeResponse |
IncidentTypeResponse.data(IncidentTypeObject data) |
void |
IncidentTypeResponse.setData(IncidentTypeObject data) |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeListResponse |
IncidentTypeListResponse.data(List<IncidentTypeObject> data) |
void |
IncidentTypeListResponse.setData(List<IncidentTypeObject> data) |
| Constructor and Description |
|---|
IncidentNotificationTemplateIncludedItems(IncidentTypeObject o) |
IncidentTypeResponse(IncidentTypeObject data) |
| Constructor and Description |
|---|
IncidentTypeListResponse(List<IncidentTypeObject> data) |
Copyright © 2025. All rights reserved.