Package com.okta.sdk.resource.model
Class ApplicationFeature
java.lang.Object
com.okta.sdk.resource.model.ApplicationFeature
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InboundProvisioningApplicationFeature,UserProvisioningApplicationFeature
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-10T13:13:30.124931-06:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationFeature
extends Object
implements Serializable
The Feature object is used to configure app feature settings.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected ApplicationFeatureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDescription of the featuregetLinks()Get linksgetName()Get nameGet statusinthashCode()links(ApplicationFeatureLinks links) name(ApplicationFeatureType name) voidsetLinks(ApplicationFeatureLinks links) voidvoidsetStatus(EnabledStatus status) status(EnabledStatus status) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
name
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ApplicationFeature
public ApplicationFeature()
-
-
Method Details
-
getDescription
Description of the feature- Returns:
- description
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-