public class FeatureFlagSettingValuesApi
extends java.lang.Object
| Constructor and Description |
|---|
FeatureFlagSettingValuesApi() |
FeatureFlagSettingValuesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
SettingValueModel |
getSettingValue(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 |
getSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback<SettingValueModel> _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 |
getSettingValueCall(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback _callback)
Build call for getSettingValue
|
ConfigSettingValuesModel |
getSettingValues(java.util.UUID configId,
java.util.UUID environmentId)
Get values This endpoint returns the value of a specified Config's Feature Flags or
Settings identified by the `configId` parameter in a specified Environment
identified by the `environmentId` parameter.
|
okhttp3.Call |
getSettingValuesAsync(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<ConfigSettingValuesModel> _callback)
Get values (asynchronously) This endpoint returns the value of a specified Config's
Feature Flags or Settings identified by the `configId` parameter in a specified
Environment identified by the `environmentId` parameter.
|
okhttp3.Call |
getSettingValuesCall(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback _callback)
Build call for getSettingValues
|
ApiResponse<ConfigSettingValuesModel> |
getSettingValuesWithHttpInfo(java.util.UUID configId,
java.util.UUID environmentId)
Get values This endpoint returns the value of a specified Config's Feature Flags or
Settings identified by the `configId` parameter in a specified Environment
identified by the `environmentId` parameter.
|
ApiResponse<SettingValueModel> |
getSettingValueWithHttpInfo(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.
|
ConfigSettingValuesModel |
postSettingValues(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason)
Post values This endpoint replaces the values of a specified Config's Feature Flags or
Settings identified by the `configId` parameter in a specified Environment
identified by the `environmentId` parameter.
|
okhttp3.Call |
postSettingValuesAsync(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason,
ApiCallback<ConfigSettingValuesModel> _callback)
Post values (asynchronously) This endpoint replaces the values of a specified Config's
Feature Flags or Settings identified by the `configId` parameter in a specified
Environment identified by the `environmentId` parameter.
|
okhttp3.Call |
postSettingValuesCall(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason,
ApiCallback _callback)
Build call for postSettingValues
|
ApiResponse<ConfigSettingValuesModel> |
postSettingValuesWithHttpInfo(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason)
Post values This endpoint replaces the values of a specified Config's Feature Flags or
Settings identified by the `configId` parameter in a specified Environment
identified by the `environmentId` parameter.
|
SettingValueModel |
replaceSettingValue(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason)
Replace value This endpoint replaces the whole value of a Feature Flag or Setting in a
specified Environment.
|
okhttp3.Call |
replaceSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
ApiCallback<SettingValueModel> _callback)
Replace value (asynchronously) This endpoint replaces the whole value of a Feature Flag or
Setting in a specified Environment.
|
okhttp3.Call |
replaceSettingValueCall(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
ApiCallback _callback)
Build call for replaceSettingValue
|
ApiResponse<SettingValueModel> |
replaceSettingValueWithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason)
Replace value This endpoint replaces the whole value of a Feature Flag or Setting in a
specified Environment.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
SettingValueModel |
updateSettingValue(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 |
updateSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
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.
|
okhttp3.Call |
updateSettingValueCall(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback _callback)
Build call for updateSettingValue
|
ApiResponse<SettingValueModel> |
updateSettingValueWithHttpInfo(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 FeatureFlagSettingValuesApi()
public FeatureFlagSettingValuesApi(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 getSettingValueCall(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 SettingValueModel getSettingValue(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<SettingValueModel> getSettingValueWithHttpInfo(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 getSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
ApiCallback<SettingValueModel> _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 getSettingValuesCall(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 ConfigSettingValuesModel getSettingValues(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<ConfigSettingValuesModel> getSettingValuesWithHttpInfo(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 getSettingValuesAsync(java.util.UUID configId,
java.util.UUID environmentId,
ApiCallback<ConfigSettingValuesModel> _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 postSettingValuesCall(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason,
ApiCallback _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateSettingValuesWithIdModel - (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 ConfigSettingValuesModel postSettingValues(java.util.UUID configId, java.util.UUID environmentId, UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel, java.lang.String reason) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateSettingValuesWithIdModel - (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<ConfigSettingValuesModel> postSettingValuesWithHttpInfo(java.util.UUID configId, java.util.UUID environmentId, UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel, java.lang.String reason) throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateSettingValuesWithIdModel - (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 postSettingValuesAsync(java.util.UUID configId,
java.util.UUID environmentId,
UpdateSettingValuesWithIdModel updateSettingValuesWithIdModel,
java.lang.String reason,
ApiCallback<ConfigSettingValuesModel> _callback)
throws ApiException
configId - The identifier of the Config. (required)environmentId - The identifier of the Environment. (required)updateSettingValuesWithIdModel - (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 replaceSettingValueCall(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)_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 replaceSettingValue(java.util.UUID environmentId, java.lang.Integer settingId, UpdateSettingValueModel updateSettingValueModel, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)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> replaceSettingValueWithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, UpdateSettingValueModel updateSettingValueModel, java.lang.String reason) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)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 replaceSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
UpdateSettingValueModel updateSettingValueModel,
java.lang.String reason,
ApiCallback<SettingValueModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The 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)_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 updateSettingValueCall(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 SettingValueModel updateSettingValue(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<SettingValueModel> updateSettingValueWithHttpInfo(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 updateSettingValueAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
java.util.List<JsonPatchOperation> jsonPatchOperation,
java.lang.String reason,
ApiCallback<SettingValueModel> _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. | - |