| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationResponse |
OrganizationsApi.updateOrg(String publicId,
Organization body)
Update your organization.
|
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 |
|---|---|
Organization |
Organization.billing(OrganizationBilling billing) |
Organization |
Organization.description(String description) |
Organization |
OrganizationCreateResponse.getOrg()
Create, edit, and manage organizations.
|
Organization |
OrganizationResponse.getOrg()
Create, edit, and manage organizations.
|
Organization |
Organization.name(String name) |
Organization |
Organization.publicId(String publicId) |
Organization |
Organization.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Organization |
Organization.settings(OrganizationSettings settings) |
Organization |
Organization.subscription(OrganizationSubscription subscription) |
Organization |
Organization.trial(Boolean trial) |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
OrganizationListResponse.getOrgs()
Array of organization objects.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationListResponse |
OrganizationListResponse.addOrgsItem(Organization orgsItem) |
OrganizationCreateResponse |
OrganizationCreateResponse.org(Organization org) |
OrganizationResponse |
OrganizationResponse.org(Organization org) |
void |
OrganizationCreateResponse.setOrg(Organization org) |
void |
OrganizationResponse.setOrg(Organization org) |
| Modifier and Type | Method and Description |
|---|---|
OrganizationListResponse |
OrganizationListResponse.orgs(List<Organization> orgs) |
void |
OrganizationListResponse.setOrgs(List<Organization> orgs) |
Copyright © 2024. All rights reserved.