@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.FeatureApi")
public class FeatureApi
extends java.lang.Object
Constructor and Description |
---|
FeatureApi() |
FeatureApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
Feature |
getFeature(java.lang.String featureId)
Retrieve a Feature
Retrieves a feature
|
PagedList |
getFeatureWithPaginationInfo(java.lang.String featureId)
Retrieve a Feature
Retrieves a feature
|
java.util.List<Feature> |
listFeatureDependencies(java.lang.String featureId)
List all Dependencies
Lists all dependencies
|
PagedList |
listFeatureDependenciesWithPaginationInfo(java.lang.String featureId)
List all Dependencies
Lists all dependencies
|
java.util.List<Feature> |
listFeatureDependents(java.lang.String featureId)
List all Dependents
Lists all dependents
|
PagedList |
listFeatureDependentsWithPaginationInfo(java.lang.String featureId)
List all Dependents
Lists all dependents
|
java.util.List<Feature> |
listFeatures()
List all Features
Lists all features
|
PagedList |
listFeaturesWithPaginationInfo()
List all Features
Lists all features
|
void |
setApiClient(ApiClient apiClient) |
Feature |
updateFeatureLifecycle(java.lang.String featureId,
java.lang.String lifecycle,
java.lang.String mode)
Update a Feature Lifecycle
Update a feature lifecycle
|
PagedList |
updateFeatureLifecycleWithPaginationInfo(java.lang.String featureId,
java.lang.String lifecycle,
java.lang.String mode)
Update a Feature Lifecycle
Update a feature lifecycle
|
public FeatureApi()
@Autowired public FeatureApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Feature getFeature(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getFeatureWithPaginationInfo(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<Feature> listFeatureDependencies(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listFeatureDependenciesWithPaginationInfo(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<Feature> listFeatureDependents(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listFeatureDependentsWithPaginationInfo(java.lang.String featureId) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<Feature> listFeatures() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listFeaturesWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic Feature updateFeatureLifecycle(java.lang.String featureId, java.lang.String lifecycle, java.lang.String mode) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)lifecycle
- (required)mode
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateFeatureLifecycleWithPaginationInfo(java.lang.String featureId, java.lang.String lifecycle, java.lang.String mode) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
featureId
- (required)lifecycle
- (required)mode
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.