Package com.okta.sdk.resource.model
Class ResourceSelectorPatchRequestSchema
java.lang.Object
com.okta.sdk.resource.model.ResourceSelectorPatchRequestSchema
- 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 ResourceSelectorPatchRequestSchema
extends Object
implements Serializable
ResourceSelectorPatchRequestSchema
- 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 Selectorint
hashCode()
void
setDescription
(String description) void
void
toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FILTER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ResourceSelectorPatchRequestSchema
public ResourceSelectorPatchRequestSchema()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-