public class FeatureFlagSettingValuesV2Api
extends java.lang.Object
| Constructor and Description |
|---|
FeatureFlagSettingValuesV2Api() |
FeatureFlagSettingValuesV2Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
ConfigSettingFormulasModel |
getSettingValuesV2(java.util.UUID configId,
java.util.UUID environmentId)
Get values This endpoint returns all Feature Flag and Setting values of a Config identified
by the `configId` parameter in a specified Environment identified by the
`environmentId` parameter.
|
okhttp3.Call |
getSettingValuesV2Async(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<ConfigSettingFormulasModel> _callback)
Get values (asynchronously) This endpoint returns all Feature Flag and Setting values of a
Config identified by the `configId` parameter in a specified Environment identified
by the `environmentId` parameter.
|
okhttp3.Call |
getSettingValuesV2Call(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback _callback)
Build call for getSettingValuesV2
|
ApiResponse<ConfigSettingFormulasModel> |
getSettingValuesV2WithHttpInfo(java.util.UUID configId,
java.util.UUID environmentId)
Get values This endpoint returns all Feature Flag and Setting values of a Config identified
by the `configId` parameter in a specified Environment identified by the
`environmentId` parameter.
|
SettingFormulaModel |
getSettingValueV2(java.util.UUID environmentId,
java.lang.Integer settingId)
Get value This endpoint returns the value of a Feature Flag or Setting in a specified
Environment identified by the `environmentId` parameter.
|
okhttp3.Call |
getSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback<SettingFormulaModel> _callback)
Get value (asynchronously) This endpoint returns the value of a Feature Flag or Setting in a
specified Environment identified by the `environmentId` parameter.
|
okhttp3.Call |
getSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback _callback)
Build call for getSettingValueV2
|
ApiResponse<SettingFormulaModel> |
getSettingValueV2WithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId)
Get value This endpoint returns the value of a Feature Flag or Setting in a specified
Environment identified by the `environmentId` parameter.
|
ConfigSettingFormulasModel |
postSettingValuesV2(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason)
Post values This endpoint batch updates the Feature Flags and Settings of a Config identified
by the `configId` parameter in a specified Environment identified by the
`environmentId` parameter.
|
okhttp3.Call |
postSettingValuesV2Async(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason,
ApiCallback<ConfigSettingFormulasModel> _callback)
Post values (asynchronously) This endpoint batch updates the Feature Flags and Settings of a
Config identified by the `configId` parameter in a specified Environment identified
by the `environmentId` parameter.
|
okhttp3.Call |
postSettingValuesV2Call(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason,
ApiCallback _callback)
Build call for postSettingValuesV2
|
ApiResponse<ConfigSettingFormulasModel> |
postSettingValuesV2WithHttpInfo(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason)
Post values This endpoint batch updates the Feature Flags and Settings of a Config identified
by the `configId` parameter in a specified Environment identified by the
`environmentId` parameter.
|
SettingFormulaModel |
replaceSettingValueV2(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason)
Replace value This endpoint replaces the value and the Targeting Rules 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 |
replaceSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason,
ApiCallback<SettingFormulaModel> _callback)
Replace value (asynchronously) This endpoint replaces the value and the Targeting Rules 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 |
replaceSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason,
ApiCallback _callback)
Build call for replaceSettingValueV2
|
ApiResponse<SettingFormulaModel> |
replaceSettingValueV2WithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason)
Replace value This endpoint replaces the value and the Targeting Rules 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) |
SettingFormulaModel |
updateSettingValueV2(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason)
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.
|
okhttp3.Call |
updateSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback<SettingFormulaModel> _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.
|
okhttp3.Call |
updateSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback _callback)
Build call for updateSettingValueV2
|
ApiResponse<SettingFormulaModel> |
updateSettingValueV2WithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason)
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.
|
public FeatureFlagSettingValuesV2Api()
public FeatureFlagSettingValuesV2Api(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 getSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the setting value data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public SettingFormulaModel getSettingValueV2(java.util.UUID environmentId, java.lang.Integer settingId) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the setting value data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<SettingFormulaModel> getSettingValueV2WithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the setting value data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback<SettingFormulaModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (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 | When everything is ok, the setting value data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getSettingValuesV2Call(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 | When everything is ok, the setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ConfigSettingFormulasModel getSettingValuesV2(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 | When everything is ok, the setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<ConfigSettingFormulasModel> getSettingValuesV2WithHttpInfo(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 | When everything is ok, the setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getSettingValuesV2Async(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<ConfigSettingFormulasModel> _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 | When everything is ok, the setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call postSettingValuesV2Call(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason,
ApiCallback _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateEvaluationFormulasModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the updated setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ConfigSettingFormulasModel postSettingValuesV2(java.util.UUID configId, java.util.UUID environmentId, UpdateEvaluationFormulasModel updateEvaluationFormulasModel, java.lang.String reason) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateEvaluationFormulasModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the updated setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<ConfigSettingFormulasModel> postSettingValuesV2WithHttpInfo(java.util.UUID configId, java.util.UUID environmentId, UpdateEvaluationFormulasModel updateEvaluationFormulasModel, java.lang.String reason) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateEvaluationFormulasModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the updated setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call postSettingValuesV2Async(java.util.UUID configId,
java.util.UUID environmentId,
UpdateEvaluationFormulasModel updateEvaluationFormulasModel,
java.lang.String reason,
ApiCallback<ConfigSettingFormulasModel> _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateEvaluationFormulasModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (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 | When everything is ok, the updated setting values returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call replaceSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)updateEvaluationFormulaModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (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 SettingFormulaModel replaceSettingValueV2(java.util.UUID environmentId, java.lang.Integer settingId, UpdateEvaluationFormulaModel updateEvaluationFormulaModel, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)updateEvaluationFormulaModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (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<SettingFormulaModel> replaceSettingValueV2WithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, UpdateEvaluationFormulaModel updateEvaluationFormulaModel, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)updateEvaluationFormulaModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (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 replaceSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateEvaluationFormulaModel updateEvaluationFormulaModel,
java.lang.String reason,
ApiCallback<SettingFormulaModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)updateEvaluationFormulaModel - (required)reason - The reason note for the Audit Log if the Product's \"Config changes
require a reason\" preference is turned on. (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 updateSettingValueV2Call(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When the patch was successful. | - |
| 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 SettingFormulaModel updateSettingValueV2(java.util.UUID environmentId, java.lang.Integer settingId, java.util.List<JsonPatchOperation> jsonPatchOperation, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the patch was successful. | - |
| 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<SettingFormulaModel> updateSettingValueV2WithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, java.util.List<JsonPatchOperation> jsonPatchOperation, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | When the patch was successful. | - |
| 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 updateSettingValueV2Async(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback<SettingFormulaModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)_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 | When the patch was successful. | - |
| 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. | - |