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="2024-09-23T08:35:59.300824-05: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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
protected ApplicationFeatureType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Description of the featuregetLinks()
Get linksgetName()
Get nameGet statusint
hashCode()
links
(ApplicationFeatureLinks links) name
(ApplicationFeatureType name) void
setLinks
(ApplicationFeatureLinks links) void
void
setStatus
(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
-