Uses of Class
org.openapitools.client.model.ApplicationFeature
Packages that use ApplicationFeature
-
Uses of ApplicationFeature in org.openapitools.client.api
Methods in org.openapitools.client.api that return ApplicationFeatureModifier and TypeMethodDescriptionApplicationApi.getFeatureForApplication
(String appId, String name) Retrieve a Feature Retrieves a Feature object for an applicationApplicationApi.updateFeatureForApplication
(String appId, String name, CapabilitiesObject capabilitiesObject) Update a Feature Updates a Feature object for an applicationMethods in org.openapitools.client.api that return types with arguments of type ApplicationFeatureModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApplicationFeature>
ApplicationApi.getFeatureForApplicationWithHttpInfo
(String appId, String name) Retrieve a Feature Retrieves a Feature object for an applicationApplicationApi.listFeaturesForApplication
(String appId) List all Features Lists all features for an applicationorg.springframework.http.ResponseEntity<List<ApplicationFeature>>
ApplicationApi.listFeaturesForApplicationWithHttpInfo
(String appId) List all Features Lists all features for an applicationorg.springframework.http.ResponseEntity<ApplicationFeature>
ApplicationApi.updateFeatureForApplicationWithHttpInfo
(String appId, String name, CapabilitiesObject capabilitiesObject) Update a Feature Updates a Feature object for an application -
Uses of ApplicationFeature in org.openapitools.client.model
Methods in org.openapitools.client.model that return ApplicationFeatureModifier and TypeMethodDescriptionApplicationFeature.capabilities
(CapabilitiesObject capabilities) ApplicationFeature.description
(String description) ApplicationFeature.status
(EnabledStatus status)