Package com.okta.sdk.resource.model
Class ResourceSelectorCreateRequestSchema
java.lang.Object
com.okta.sdk.resource.model.ResourceSelectorCreateRequestSchema
- 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 ResourceSelectorCreateRequestSchema
extends Object
implements Serializable
ResourceSelectorCreateRequestSchema
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanDescription of the Resource SelectorSCIM filter of the Resource SelectorgetName()Name of the Resource SelectorSchema of the Resource SelectorinthashCode()voidsetDescription(String description) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SCHEMA
- See Also:
-
-
Constructor Details
-
ResourceSelectorCreateRequestSchema
public ResourceSelectorCreateRequestSchema()
-
-
Method Details
-
description
-
getDescription
Description of the Resource Selector- Returns:
- description
-
setDescription
-
filter
-
getFilter
SCIM filter of the Resource Selector- Returns:
- filter
-
setFilter
-
name
-
getName
Name of the Resource Selector- Returns:
- name
-
setName
-
schema
-
getSchema
Schema of the Resource Selector- Returns:
- schema
-
setSchema
-
equals
-
hashCode
public int hashCode() -
toString
-