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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
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
Modifier and TypeClassDescriptionstatic enum
Identifying name of the feature -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(CapabilitiesObject capabilities) boolean
Get capabilitiesDescription of the featuregetLinks()
Get linksgetName()
Identifying name of the featureGet statusint
hashCode()
links
(ApplicationFeatureLinks links) void
setCapabilities
(CapabilitiesObject capabilities) void
setLinks
(ApplicationFeatureLinks links) void
setStatus
(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
-