| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConfigRead |
OrgConfigRead.attributes(OrgConfigReadAttributes attributes) |
OrgConfigRead |
OrgConfigGetResponse.getData()
A single Org Config.
|
OrgConfigRead |
OrgConfigRead.id(String id) |
OrgConfigRead |
OrgConfigRead.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OrgConfigRead |
OrgConfigRead.type(OrgConfigType type) |
| Modifier and Type | Method and Description |
|---|---|
List<OrgConfigRead> |
OrgConfigListResponse.getData()
An array of Org Configs.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConfigListResponse |
OrgConfigListResponse.addDataItem(OrgConfigRead dataItem) |
OrgConfigGetResponse |
OrgConfigGetResponse.data(OrgConfigRead data) |
void |
OrgConfigGetResponse.setData(OrgConfigRead data) |
| Modifier and Type | Method and Description |
|---|---|
OrgConfigListResponse |
OrgConfigListResponse.data(List<OrgConfigRead> data) |
void |
OrgConfigListResponse.setData(List<OrgConfigRead> data) |
| Constructor and Description |
|---|
OrgConfigGetResponse(OrgConfigRead data) |
| Constructor and Description |
|---|
OrgConfigListResponse(List<OrgConfigRead> data) |
Copyright © 2024. All rights reserved.