| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<GlobalOrgData> |
OrganizationsApi.listGlobalOrgsWithPagination(String userHandle)
List global orgs.
|
PaginationIterable<GlobalOrgData> |
OrganizationsApi.listGlobalOrgsWithPagination(String userHandle,
OrganizationsApi.ListGlobalOrgsOptionalParameters parameters)
List global orgs.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalOrgData |
GlobalOrgData.attributes(GlobalOrgAttributes attributes) |
GlobalOrgData |
GlobalOrgData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GlobalOrgData |
GlobalOrgData.type(GlobalOrgType type) |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalOrgData> |
GlobalOrgsResponse.getData()
Organizations across regions for the authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalOrgsResponse |
GlobalOrgsResponse.addDataItem(GlobalOrgData dataItem) |
| Modifier and Type | Method and Description |
|---|---|
GlobalOrgsResponse |
GlobalOrgsResponse.data(List<GlobalOrgData> data) |
void |
GlobalOrgsResponse.setData(List<GlobalOrgData> data) |
| Constructor and Description |
|---|
GlobalOrgsResponse(List<GlobalOrgData> data) |
Copyright © 2026. All rights reserved.