@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-09-29T14:57:29.703Z") public interface ApplicationFeature extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
CapabilitiesObject |
getCapabilities() |
String |
getDescription() |
Map<String,Object> |
getLinks() |
String |
getName() |
EnabledStatus |
getStatus() |
ApplicationFeatureList |
listFeaturesForApplication(String appId)
Fetches the Feature objects for an application.
|
ApplicationFeature |
setCapabilities(CapabilitiesObject capabilities) |
ApplicationFeature |
setDescription(String description) |
ApplicationFeature |
setName(String name) |
ApplicationFeature |
setStatus(EnabledStatus status) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
CapabilitiesObject getCapabilities()
ApplicationFeature setCapabilities(CapabilitiesObject capabilities)
String getDescription()
ApplicationFeature setDescription(String description)
String getName()
ApplicationFeature setName(String name)
EnabledStatus getStatus()
ApplicationFeature setStatus(EnabledStatus status)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-09-29T14:57:29.703Z", comments="GET - /api/v1/apps/{appId}/features") ApplicationFeatureList listFeaturesForApplication(String appId)
appId
- (required)Copyright © 2017–2022 Okta. All rights reserved.