| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationResponse |
OrganizationsApi.getOrg(String publicId)
Get organization information.
|
OrganizationResponse |
OrganizationsApi.updateOrg(String publicId,
Organization body)
Update your organization.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OrganizationResponse> |
OrganizationsApi.getOrgAsync(String publicId)
Get organization information.
|
ApiResponse<OrganizationResponse> |
OrganizationsApi.getOrgWithHttpInfo(String publicId)
Get organization information.
|
CompletableFuture<ApiResponse<OrganizationResponse>> |
OrganizationsApi.getOrgWithHttpInfoAsync(String publicId)
Get organization information.
|
CompletableFuture<OrganizationResponse> |
OrganizationsApi.updateOrgAsync(String publicId,
Organization body)
Update your organization.
|
ApiResponse<OrganizationResponse> |
OrganizationsApi.updateOrgWithHttpInfo(String publicId,
Organization body)
Update your organization.
|
CompletableFuture<ApiResponse<OrganizationResponse>> |
OrganizationsApi.updateOrgWithHttpInfoAsync(String publicId,
Organization body)
Update your organization.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationResponse |
OrganizationResponse.org(Organization org) |
OrganizationResponse |
OrganizationResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.