Class FeatureApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFeature
(String featureId) Retrieve a Feature Retrieves a featureorg.springframework.http.ResponseEntity<Feature>
getFeatureWithHttpInfo
(String featureId) Retrieve a Feature Retrieves a featuregetFeatureWithPaginationInfo
(String featureId) Retrieve a Feature Retrieves a featurelistFeatureDependencies
(String featureId) List all Dependencies Lists all dependencieslistFeatureDependenciesWithHttpInfo
(String featureId) List all Dependencies Lists all dependencieslistFeatureDependenciesWithPaginationInfo
(String featureId) List all Dependencies Lists all dependencieslistFeatureDependents
(String featureId) List all Dependents Lists all dependentslistFeatureDependentsWithHttpInfo
(String featureId) List all Dependents Lists all dependentslistFeatureDependentsWithPaginationInfo
(String featureId) List all Dependents Lists all dependentsList all Features Lists all featuresList all Features Lists all featuresList all Features Lists all featuresvoid
setApiClient
(ApiClient apiClient) updateFeatureLifecycle
(String featureId, String lifecycle, String mode) Update a Feature Lifecycle Update a feature lifecycleorg.springframework.http.ResponseEntity<Feature>
updateFeatureLifecycleWithHttpInfo
(String featureId, String lifecycle, String mode) Update a Feature Lifecycle Update a feature lifecycleupdateFeatureLifecycleWithPaginationInfo
(String featureId, String lifecycle, String mode) Update a Feature Lifecycle Update a feature lifecycle
-
Constructor Details
-
FeatureApi
public FeatureApi() -
FeatureApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getFeature
public Feature getFeature(String featureId) throws org.springframework.web.client.RestClientException Retrieve a Feature Retrieves a feature200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- Feature
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getFeatureWithHttpInfo
public org.springframework.http.ResponseEntity<Feature> getFeatureWithHttpInfo(String featureId) throws org.springframework.web.client.RestClientException Retrieve a Feature Retrieves a feature200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
getFeatureWithPaginationInfo
public PagedList getFeatureWithPaginationInfo(String featureId) throws org.springframework.web.client.RestClientException Retrieve a Feature Retrieves a feature200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependencies
public List<Feature> listFeatureDependencies(String featureId) throws org.springframework.web.client.RestClientException List all Dependencies Lists all dependencies200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- List<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependenciesWithHttpInfo
public org.springframework.http.ResponseEntity<List<Feature>> listFeatureDependenciesWithHttpInfo(String featureId) throws org.springframework.web.client.RestClientException List all Dependencies Lists all dependencies200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependenciesWithPaginationInfo
public PagedList listFeatureDependenciesWithPaginationInfo(String featureId) throws org.springframework.web.client.RestClientException List all Dependencies Lists all dependencies200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependents
public List<Feature> listFeatureDependents(String featureId) throws org.springframework.web.client.RestClientException List all Dependents Lists all dependents200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- List<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependentsWithHttpInfo
public org.springframework.http.ResponseEntity<List<Feature>> listFeatureDependentsWithHttpInfo(String featureId) throws org.springframework.web.client.RestClientException List all Dependents Lists all dependents200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatureDependentsWithPaginationInfo
public PagedList listFeatureDependentsWithPaginationInfo(String featureId) throws org.springframework.web.client.RestClientException List all Dependents Lists all dependents200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeatures
List all Features Lists all features200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- List<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeaturesWithHttpInfo
public org.springframework.http.ResponseEntity<List<Feature>> listFeaturesWithHttpInfo() throws org.springframework.web.client.RestClientExceptionList all Features Lists all features200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
listFeaturesWithPaginationInfo
public PagedList listFeaturesWithPaginationInfo() throws org.springframework.web.client.RestClientExceptionList all Features Lists all features200 - Success
403 - Forbidden
429 - Too Many Requests
- Returns:
- ResponseEntity<List<Feature>>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateFeatureLifecycle
public Feature updateFeatureLifecycle(String featureId, String lifecycle, String mode) throws org.springframework.web.client.RestClientException Update a Feature Lifecycle Update a feature lifecycle200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)lifecycle
- (required)mode
- (optional)- Returns:
- Feature
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateFeatureLifecycleWithHttpInfo
public org.springframework.http.ResponseEntity<Feature> updateFeatureLifecycleWithHttpInfo(String featureId, String lifecycle, String mode) throws org.springframework.web.client.RestClientException Update a Feature Lifecycle Update a feature lifecycle200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)lifecycle
- (required)mode
- (optional)- Returns:
- ResponseEntity<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateFeatureLifecycleWithPaginationInfo
public PagedList updateFeatureLifecycleWithPaginationInfo(String featureId, String lifecycle, String mode) throws org.springframework.web.client.RestClientException Update a Feature Lifecycle Update a feature lifecycle200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
- Parameters:
featureId
- (required)lifecycle
- (required)mode
- (optional)- Returns:
- ResponseEntity<Feature>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-