Package com.okta.sdk.resource.model
Class ApplicationFeature
java.lang.Object
com.okta.sdk.resource.model.ApplicationFeature
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class ApplicationFeature
extends Object
implements Serializable
The Feature object is used to configure application feature settings. The only feature currently supported is `USER_PROVISIONING` for the Org2Org application type.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIdentifying name of the feature -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapabilities(ApplicationFeatureCapabilities capabilities) booleanGet capabilitiesDescription of the featuregetLinks()Get linksgetName()Identifying name of the featureGet statusinthashCode()links(ApplicationFeatureLinks links) voidsetCapabilities(ApplicationFeatureCapabilities capabilities) voidsetLinks(ApplicationFeatureLinks links) voidsetStatus(EnabledStatus status) status(EnabledStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CAPABILITIES
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ApplicationFeature
public ApplicationFeature()
-
-
Method Details
-
capabilities
-
getCapabilities
Get capabilities- Returns:
- capabilities
-
setCapabilities
-
getDescription
Description of the feature- Returns:
- description
-
getName
Identifying name of the feature- Returns:
- name
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-