| Package | Description |
|---|---|
| cd.connect.features | |
| cd.connect.features.impl |
| Modifier and Type | Method and Description |
|---|---|
FeatureState |
FeatureService.disableFeature(String name)
Disables feature
|
FeatureState |
FeatureClientService.disableFeature(String name)
Disables feature
|
FeatureState |
FeatureClientService.disableFeature(String name,
Map<String,String> extraHeaders)
Disables feature
|
FeatureState |
FeatureService.enableFeature(String name)
Enables feature
|
FeatureState |
FeatureClientService.enableFeature(String name)
Enables feature
|
FeatureState |
FeatureClientService.enableFeature(String name,
Map<String,String> extraHeaders)
Enables feature
|
FeatureState |
FeatureService.getFeature(String name)
Gets the details about the feature identified by the name
|
FeatureState |
FeatureClientService.getFeature(String name)
Gets the details about the feature identified by the name
|
FeatureState |
FeatureClientService.getFeature(String name,
Map<String,String> extraHeaders)
Gets the details about the feature identified by the name
|
FeatureState |
FeatureState.locked(Boolean locked) |
FeatureState |
FeatureService.lockFeature(String name)
Locks feature
|
FeatureState |
FeatureClientService.lockFeature(String name)
Locks feature
|
FeatureState |
FeatureClientService.lockFeature(String name,
Map<String,String> extraHeaders)
Locks feature
|
FeatureState |
FeatureState.name(String name) |
FeatureState |
FeatureService.unlockFeature(String name)
Unlocks feature
|
FeatureState |
FeatureClientService.unlockFeature(String name)
Unlocks feature
|
FeatureState |
FeatureClientService.unlockFeature(String name,
Map<String,String> extraHeaders)
Unlocks feature
|
FeatureState |
FeatureState.whenEnabled(OffsetDateTime whenEnabled) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureState> |
FeatureService.allFeatures()
Gets a list of features and their states
|
List<FeatureState> |
FeatureClientService.allFeatures()
Gets a list of features and their states
|
List<FeatureState> |
FeatureClientService.allFeatures(Map<String,String> extraHeaders)
Gets a list of features and their states
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureClientService.allFeaturesWithHttpInfo()
Gets a list of features and their states
|
List<FeatureState> |
FeatureService.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureClientService.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureClientService.applyAll(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureClientService.applyAllWithHttpInfo(List<FeatureState> body)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureClientService.disableFeatureWithHttpInfo(String name)
Disables feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureClientService.enableFeatureWithHttpInfo(String name)
Enables feature
|
List<FeatureState> |
FeatureService.ensureExists(List<String> body)
Ensures that this list of features exists in the feature service
|
List<FeatureState> |
FeatureClientService.ensureExists(List<String> body)
Ensures that this list of features exists in the feature service
|
List<FeatureState> |
FeatureClientService.ensureExists(List<String> body,
Map<String,String> extraHeaders)
Ensures that this list of features exists in the feature service
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureClientService.ensureExistsWithHttpInfo(List<String> body)
Ensures that this list of features exists in the feature service
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureClientService.getFeatureWithHttpInfo(String name)
Gets the details about the feature identified by the name
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureClientService.lockFeatureWithHttpInfo(String name)
Locks feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureClientService.unlockFeatureWithHttpInfo(String name)
Unlocks feature
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureState> |
FeatureService.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureClientService.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureClientService.applyAll(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureClientService.applyAllWithHttpInfo(List<FeatureState> body)
Sets a list of features and their states in a single request
|
| Modifier and Type | Method and Description |
|---|---|
FeatureState |
FeatureServiceImpl.disableFeature(String name)
Disables feature
|
FeatureState |
FeatureServiceImpl.disableFeature(String name,
Map<String,String> extraHeaders)
Disables feature
|
FeatureState |
FeatureServiceImpl.enableFeature(String name)
Enables feature
|
FeatureState |
FeatureServiceImpl.enableFeature(String name,
Map<String,String> extraHeaders)
Enables feature
|
FeatureState |
FeatureServiceImpl.getFeature(String name)
Gets the details about the feature identified by the name
|
FeatureState |
FeatureServiceImpl.getFeature(String name,
Map<String,String> extraHeaders)
Gets the details about the feature identified by the name
|
FeatureState |
FeatureServiceImpl.lockFeature(String name)
Locks feature
|
FeatureState |
FeatureServiceImpl.lockFeature(String name,
Map<String,String> extraHeaders)
Locks feature
|
FeatureState |
FeatureServiceImpl.unlockFeature(String name)
Unlocks feature
|
FeatureState |
FeatureServiceImpl.unlockFeature(String name,
Map<String,String> extraHeaders)
Unlocks feature
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureState> |
FeatureServiceImpl.allFeatures()
Gets a list of features and their states
|
List<FeatureState> |
FeatureServiceImpl.allFeatures(Map<String,String> extraHeaders)
Gets a list of features and their states
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.allFeaturesWithHttpInfo()
Gets a list of features and their states
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.allFeaturesWithHttpInfo(Map<String,String> extraHeaders)
Gets a list of features and their states
|
List<FeatureState> |
FeatureServiceImpl.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureServiceImpl.applyAll(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.applyAllWithHttpInfo(List<FeatureState> body)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.applyAllWithHttpInfo(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.disableFeatureWithHttpInfo(String name)
Disables feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.disableFeatureWithHttpInfo(String name,
Map<String,String> extraHeaders)
Disables feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.enableFeatureWithHttpInfo(String name)
Enables feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.enableFeatureWithHttpInfo(String name,
Map<String,String> extraHeaders)
Enables feature
|
List<FeatureState> |
FeatureServiceImpl.ensureExists(List<String> body)
Ensures that this list of features exists in the feature service
|
List<FeatureState> |
FeatureServiceImpl.ensureExists(List<String> body,
Map<String,String> extraHeaders)
Ensures that this list of features exists in the feature service
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.ensureExistsWithHttpInfo(List<String> body)
Ensures that this list of features exists in the feature service
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.ensureExistsWithHttpInfo(List<String> body,
Map<String,String> extraHeaders)
Ensures that this list of features exists in the feature service
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.getFeatureWithHttpInfo(String name)
Gets the details about the feature identified by the name
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.getFeatureWithHttpInfo(String name,
Map<String,String> extraHeaders)
Gets the details about the feature identified by the name
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.lockFeatureWithHttpInfo(String name)
Locks feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.lockFeatureWithHttpInfo(String name,
Map<String,String> extraHeaders)
Locks feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.unlockFeatureWithHttpInfo(String name)
Unlocks feature
|
cd.connect.openapi.support.ApiResponse<FeatureState> |
FeatureServiceImpl.unlockFeatureWithHttpInfo(String name,
Map<String,String> extraHeaders)
Unlocks feature
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureState> |
FeatureServiceImpl.applyAll(List<FeatureState> body)
Sets a list of features and their states in a single request
|
List<FeatureState> |
FeatureServiceImpl.applyAll(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.applyAllWithHttpInfo(List<FeatureState> body)
Sets a list of features and their states in a single request
|
cd.connect.openapi.support.ApiResponse<List<FeatureState>> |
FeatureServiceImpl.applyAllWithHttpInfo(List<FeatureState> body,
Map<String,String> extraHeaders)
Sets a list of features and their states in a single request
|
Copyright © 2019. All rights reserved.