@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgAuthorizedClientsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrgAuthorizedClientsApi.GetOrgAuthorizedClientOptionalParameters
Manage optional parameters to getOrgAuthorizedClient.
|
static class |
OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters
Manage optional parameters to listOrgAuthorizedClients.
|
static class |
OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters
Manage optional parameters to listOrgAuthorizedClientUserAuthorizations.
|
| Constructor and Description |
|---|
OrgAuthorizedClientsApi() |
OrgAuthorizedClientsApi(ApiClient apiClient) |
public OrgAuthorizedClientsApi()
public OrgAuthorizedClientsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic void deleteOrgAuthorizedClient(String orgAuthorizedClientId) throws ApiException
See deleteOrgAuthorizedClientWithHttpInfo(java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteOrgAuthorizedClientAsync(String orgAuthorizedClientId)
See deleteOrgAuthorizedClientWithHttpInfoAsync(java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)public ApiResponse<Void> deleteOrgAuthorizedClientWithHttpInfo(String orgAuthorizedClientId) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteOrgAuthorizedClientWithHttpInfoAsync(String orgAuthorizedClientId)
See deleteOrgAuthorizedClientWithHttpInfo(java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)public void deleteOrgAuthorizedClientAllUserAuthorizations(String orgAuthorizedClientId, String userId) throws ApiException
See deleteOrgAuthorizedClientAllUserAuthorizationsWithHttpInfo(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userId - The ID of the user. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteOrgAuthorizedClientAllUserAuthorizationsAsync(String orgAuthorizedClientId, String userId)
See deleteOrgAuthorizedClientAllUserAuthorizationsWithHttpInfoAsync(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userId - The ID of the user. (required)public ApiResponse<Void> deleteOrgAuthorizedClientAllUserAuthorizationsWithHttpInfo(String orgAuthorizedClientId, String userId) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)userId - The ID of the user. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteOrgAuthorizedClientAllUserAuthorizationsWithHttpInfoAsync(String orgAuthorizedClientId, String userId)
See deleteOrgAuthorizedClientAllUserAuthorizationsWithHttpInfo(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userId - The ID of the user. (required)public void deleteOrgAuthorizedClientUserAuthorization(String orgAuthorizedClientId, String userAuthorizedClientId) throws ApiException
See deleteOrgAuthorizedClientUserAuthorizationWithHttpInfo(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userAuthorizedClientId - The ID of the user authorized client. (required)ApiException - if fails to make API callpublic CompletableFuture<Void> deleteOrgAuthorizedClientUserAuthorizationAsync(String orgAuthorizedClientId, String userAuthorizedClientId)
See deleteOrgAuthorizedClientUserAuthorizationWithHttpInfoAsync(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userAuthorizedClientId - The ID of the user authorized client. (required)public ApiResponse<Void> deleteOrgAuthorizedClientUserAuthorizationWithHttpInfo(String orgAuthorizedClientId, String userAuthorizedClientId) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)userAuthorizedClientId - The ID of the user authorized client. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 204 | No Content | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<Void>> deleteOrgAuthorizedClientUserAuthorizationWithHttpInfoAsync(String orgAuthorizedClientId, String userAuthorizedClientId)
See deleteOrgAuthorizedClientUserAuthorizationWithHttpInfo(java.lang.String, java.lang.String).
orgAuthorizedClientId - The ID of the org authorized client. (required)userAuthorizedClientId - The ID of the user authorized client. (required)public OrgAuthorizedClientResponse getOrgAuthorizedClient(String orgAuthorizedClientId) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)ApiException - if fails to make API callpublic CompletableFuture<OrgAuthorizedClientResponse> getOrgAuthorizedClientAsync(String orgAuthorizedClientId)
orgAuthorizedClientId - The ID of the org authorized client. (required)public OrgAuthorizedClientResponse getOrgAuthorizedClient(String orgAuthorizedClientId, OrgAuthorizedClientsApi.GetOrgAuthorizedClientOptionalParameters parameters) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<OrgAuthorizedClientResponse> getOrgAuthorizedClientAsync(String orgAuthorizedClientId, OrgAuthorizedClientsApi.GetOrgAuthorizedClientOptionalParameters parameters)
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.public ApiResponse<OrgAuthorizedClientResponse> getOrgAuthorizedClientWithHttpInfo(String orgAuthorizedClientId, OrgAuthorizedClientsApi.GetOrgAuthorizedClientOptionalParameters parameters) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<OrgAuthorizedClientResponse>> getOrgAuthorizedClientWithHttpInfoAsync(String orgAuthorizedClientId, OrgAuthorizedClientsApi.GetOrgAuthorizedClientOptionalParameters parameters)
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.public OrgAuthorizedClientsResponse listOrgAuthorizedClients() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<OrgAuthorizedClientsResponse> listOrgAuthorizedClientsAsync()
public OrgAuthorizedClientsResponse listOrgAuthorizedClients(OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<OrgAuthorizedClientsResponse> listOrgAuthorizedClientsAsync(OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters parameters)
parameters - Optional parameters for the request.public PaginationIterable<OrgAuthorizedClientData> listOrgAuthorizedClientsWithPagination()
public PaginationIterable<OrgAuthorizedClientData> listOrgAuthorizedClientsWithPagination(OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters parameters)
public ApiResponse<OrgAuthorizedClientsResponse> listOrgAuthorizedClientsWithHttpInfo(OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters parameters) throws ApiException
parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Authentication error | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<OrgAuthorizedClientsResponse>> listOrgAuthorizedClientsWithHttpInfoAsync(OrgAuthorizedClientsApi.ListOrgAuthorizedClientsOptionalParameters parameters)
parameters - Optional parameters for the request.public UserAuthorizedClientsResponse listOrgAuthorizedClientUserAuthorizations(String orgAuthorizedClientId) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)ApiException - if fails to make API callpublic CompletableFuture<UserAuthorizedClientsResponse> listOrgAuthorizedClientUserAuthorizationsAsync(String orgAuthorizedClientId)
orgAuthorizedClientId - The ID of the org authorized client. (required)public UserAuthorizedClientsResponse listOrgAuthorizedClientUserAuthorizations(String orgAuthorizedClientId, OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters parameters) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<UserAuthorizedClientsResponse> listOrgAuthorizedClientUserAuthorizationsAsync(String orgAuthorizedClientId, OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters parameters)
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.public PaginationIterable<UserAuthorizedClientData> listOrgAuthorizedClientUserAuthorizationsWithPagination(String orgAuthorizedClientId)
orgAuthorizedClientId - The ID of the org authorized client. (required)public PaginationIterable<UserAuthorizedClientData> listOrgAuthorizedClientUserAuthorizationsWithPagination(String orgAuthorizedClientId, OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters parameters)
orgAuthorizedClientId - The ID of the org authorized client. (required)public ApiResponse<UserAuthorizedClientsResponse> listOrgAuthorizedClientUserAuthorizationsWithHttpInfo(String orgAuthorizedClientId, OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters parameters) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<UserAuthorizedClientsResponse>> listOrgAuthorizedClientUserAuthorizationsWithHttpInfoAsync(String orgAuthorizedClientId, OrgAuthorizedClientsApi.ListOrgAuthorizedClientUserAuthorizationsOptionalParameters parameters)
orgAuthorizedClientId - The ID of the org authorized client. (required)parameters - Optional parameters for the request.public OrgAuthorizedClientResponse updateOrgAuthorizedClient(String orgAuthorizedClientId, OrgAuthorizedClientUpdateRequest body) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<OrgAuthorizedClientResponse> updateOrgAuthorizedClientAsync(String orgAuthorizedClientId, OrgAuthorizedClientUpdateRequest body)
orgAuthorizedClientId - The ID of the org authorized client. (required)body - (required)public ApiResponse<OrgAuthorizedClientResponse> updateOrgAuthorizedClientWithHttpInfo(String orgAuthorizedClientId, OrgAuthorizedClientUpdateRequest body) throws ApiException
orgAuthorizedClientId - The ID of the org authorized client. (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Authentication error | - |
| 404 | Not Found | - |
| 422 | Unprocessable Entity | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<OrgAuthorizedClientResponse>> updateOrgAuthorizedClientWithHttpInfoAsync(String orgAuthorizedClientId, OrgAuthorizedClientUpdateRequest body)
orgAuthorizedClientId - The ID of the org authorized client. (required)body - (required)Copyright © 2026. All rights reserved.