Package com.okta.sdk.resource.model
Class Feature
java.lang.Object
com.okta.sdk.resource.model.Feature
- All Implemented Interfaces:
Serializable
@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 Feature
extends Object
implements Serializable
Specifies feature release cycle information
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Brief description of the feature and what it providesgetId()
Unique identifier for this featuregetLinks()
Get linksgetName()
Name of the featuregetStage()
Get stageGet statusgetType()
Get typeint
hashCode()
links
(FeatureLinks links) void
setDescription
(String description) void
setLinks
(FeatureLinks links) void
void
setStage
(FeatureStage stage) void
setStatus
(EnabledStatus status) void
setType
(FeatureType type) stage
(FeatureStage stage) status
(EnabledStatus status) toString()
type
(FeatureType type)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STAGE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
description
-
getDescription
Brief description of the feature and what it provides- Returns:
- description
-
setDescription
-
getId
Unique identifier for this feature- Returns:
- id
-
name
-
getName
Name of the feature- Returns:
- name
-
setName
-
stage
-
getStage
Get stage- Returns:
- stage
-
setStage
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-