Package com.okta.sdk.resource.model
Class ResourceSelectorResponseSchema
java.lang.Object
com.okta.sdk.resource.model.ResourceSelectorResponseSchema
- 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 ResourceSelectorResponseSchema
extends Object
implements Serializable
ResourceSelectorResponseSchema
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) booleanDescription of the Resource SelectorgetId()Unique key for the Resource SelectorgetLinks()Get linksgetName()Name of the Resource SelectorgetOrn()An Okta resource nameinthashCode()voidsetDescription(String description) voidvoidvoidvoidtoString()
- 
Field Details- 
JSON_PROPERTY_DESCRIPTION- See Also:
 
- 
JSON_PROPERTY_ID- See Also:
 
- 
JSON_PROPERTY_NAME- See Also:
 
- 
JSON_PROPERTY_ORN- See Also:
 
- 
JSON_PROPERTY_LINKS- See Also:
 
 
- 
- 
Constructor Details- 
ResourceSelectorResponseSchemapublic ResourceSelectorResponseSchema()
 
- 
- 
Method Details- 
description
- 
getDescriptionDescription of the Resource Selector- Returns:
- description
 
- 
setDescription
- 
id
- 
getIdUnique key for the Resource Selector- Returns:
- id
 
- 
setId
- 
name
- 
getNameName of the Resource Selector- Returns:
- name
 
- 
setName
- 
orn
- 
getOrnAn Okta resource name- Returns:
- orn
 
- 
setOrn
- 
links
- 
getLinksGet links- Returns:
- links
 
- 
setLinks
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-