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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Description of the Resource SelectorSCIM filter of the Resource SelectorgetName()
Name of the Resource SelectorSchema of the Resource Selectorint
hashCode()
void
setDescription
(String description) void
void
void
toString()
-
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
-