public class SdkKeysApi
extends java.lang.Object
| Constructor and Description |
|---|
SdkKeysApi() |
SdkKeysApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
SdkKeysModel |
getSdkKeys(java.util.UUID configId,
java.util.UUID environmentId)
Get SDK Key
This endpoint returns the SDK Key for your Config in a specified Environment.
|
okhttp3.Call |
getSdkKeysAsync(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<SdkKeysModel> _callback)
Get SDK Key (asynchronously)
This endpoint returns the SDK Key for your Config in a specified Environment.
|
okhttp3.Call |
getSdkKeysCall(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback _callback)
Build call for getSdkKeys
|
ApiResponse<SdkKeysModel> |
getSdkKeysWithHttpInfo(java.util.UUID configId,
java.util.UUID environmentId)
Get SDK Key
This endpoint returns the SDK Key for your Config in a specified Environment.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public SdkKeysApi()
public SdkKeysApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call getSdkKeysCall(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public SdkKeysModel getSdkKeys(java.util.UUID configId, java.util.UUID environmentId) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<SdkKeysModel> getSdkKeysWithHttpInfo(java.util.UUID configId, java.util.UUID environmentId) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getSdkKeysAsync(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<SdkKeysModel> _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |