public class FeatureFlagSettingValuesUsingSdkKeyApi
extends java.lang.Object
| Constructor and Description |
|---|
FeatureFlagSettingValuesUsingSdkKeyApi() |
FeatureFlagSettingValuesUsingSdkKeyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
SettingValueModel |
getSettingValueBySdkkey(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY)
Get value This endpoint returns the value of a Feature Flag or Setting in a specified
Environment identified by the <a target=\"_blank\" rel=\"noopener
noreferrer\" href=\"https://app.configcat.com/sdkkey\">SDK
key</a> passed in the `X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
getSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
Get value (asynchronously) This endpoint returns the value of a Feature Flag or Setting in a
specified Environment identified by the <a target=\"_blank\"
rel=\"noopener noreferrer\"
href=\"https://app.configcat.com/sdkkey\">SDK key</a> passed in the
`X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
getSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
Build call for getSettingValueBySdkkey
|
ApiResponse<SettingValueModel> |
getSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY)
Get value This endpoint returns the value of a Feature Flag or Setting in a specified
Environment identified by the <a target=\"_blank\" rel=\"noopener
noreferrer\" href=\"https://app.configcat.com/sdkkey\">SDK
key</a> passed in the `X-CONFIGCAT-SDKKEY` header.
|
SettingValueModel |
replaceSettingValueBySdkkey(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY)
Replace value This endpoint replaces the value of a Feature Flag or Setting in a specified
Environment identified by the <a target=\"_blank\" rel=\"noopener
noreferrer\" href=\"https://app.configcat.com/sdkkey\">SDK
key</a> passed in the `X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
replaceSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
Replace value (asynchronously) This endpoint replaces the value of a Feature Flag or Setting
in a specified Environment identified by the <a target=\"_blank\"
rel=\"noopener noreferrer\"
href=\"https://app.configcat.com/sdkkey\">SDK key</a> passed in the
`X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
replaceSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
Build call for replaceSettingValueBySdkkey
|
ApiResponse<SettingValueModel> |
replaceSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY)
Replace value This endpoint replaces the value of a Feature Flag or Setting in a specified
Environment identified by the <a target=\"_blank\" rel=\"noopener
noreferrer\" href=\"https://app.configcat.com/sdkkey\">SDK
key</a> passed in the `X-CONFIGCAT-SDKKEY` header.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
SettingValueModel |
updateSettingValueBySdkkey(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY)
Update value This endpoint updates the value of a Feature Flag or Setting with a collection
of [JSON Patch](https://jsonpatch.com) operations in a specified Environment identified by
the <a target=\"_blank\" rel=\"noopener noreferrer\"
href=\"https://app.configcat.com/sdkkey\">SDK key</a> passed in the
`X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
updateSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
Update value (asynchronously) This endpoint updates the value of a Feature Flag or Setting
with a collection of [JSON Patch](https://jsonpatch.com) operations in a specified
Environment identified by the <a target=\"_blank\" rel=\"noopener
noreferrer\" href=\"https://app.configcat.com/sdkkey\">SDK
key</a> passed in the `X-CONFIGCAT-SDKKEY` header.
|
okhttp3.Call |
updateSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
Build call for updateSettingValueBySdkkey
|
ApiResponse<SettingValueModel> |
updateSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY)
Update value This endpoint updates the value of a Feature Flag or Setting with a collection
of [JSON Patch](https://jsonpatch.com) operations in a specified Environment identified by
the <a target=\"_blank\" rel=\"noopener noreferrer\"
href=\"https://app.configcat.com/sdkkey\">SDK key</a> passed in the
`X-CONFIGCAT-SDKKEY` header.
|
public FeatureFlagSettingValuesUsingSdkKeyApi()
public FeatureFlagSettingValuesUsingSdkKeyApi(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 getSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_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 SettingValueModel getSettingValueBySdkkey(java.lang.String settingKeyOrId, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)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<SettingValueModel> getSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)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 getSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_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. | - |
public okhttp3.Call replaceSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)updateSettingValueModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_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 SettingValueModel replaceSettingValueBySdkkey(java.lang.String settingKeyOrId, UpdateSettingValueModel updateSettingValueModel, java.lang.String reason, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)updateSettingValueModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)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<SettingValueModel> replaceSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId, UpdateSettingValueModel updateSettingValueModel, java.lang.String reason, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)updateSettingValueModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)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 replaceSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)updateSettingValueModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_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. | - |
public okhttp3.Call updateSettingValueBySdkkeyCall(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)jsonPatchOperation - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - | |
| 204 | When no change applied on the resource. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public SettingValueModel updateSettingValueBySdkkey(java.lang.String settingKeyOrId, java.util.List<JsonPatchOperation> jsonPatchOperation, java.lang.String reason, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)jsonPatchOperation - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 204 | When no change applied on the resource. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<SettingValueModel> updateSettingValueBySdkkeyWithHttpInfo(java.lang.String settingKeyOrId, java.util.List<JsonPatchOperation> jsonPatchOperation, java.lang.String reason, java.lang.String X_CONFIGCAT_SDKKEY) throws ApiException
settingKeyOrId - The key or id of the Setting. (required)jsonPatchOperation - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | - | |
| 204 | When no change applied on the resource. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call updateSettingValueBySdkkeyAsync(java.lang.String settingKeyOrId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
java.lang.String X_CONFIGCAT_SDKKEY,
ApiCallback<SettingValueModel> _callback)
throws ApiException
settingKeyOrId - The key or id of the Setting. (required)jsonPatchOperation - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)X_CONFIGCAT_SDKKEY - The ConfigCat SDK Key. (https://app.configcat.com/sdkkey)
(optional)_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 | - | |
| 204 | When no change applied on the resource. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |