Package com.okta.sdk.resource.model
Class ResourceSelectorsSchema
java.lang.Object
com.okta.sdk.resource.model.ResourceSelectorsSchema
- 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 ResourceSelectorsSchema
extends Object
implements Serializable
ResourceSelectorsSchema
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddresourceSelectorsItem
(ResourceSelectorResponseWithoutSelfLinkSchema resourceSelectorsItem) boolean
getLinks()
Get linksGet resourceSelectorsint
hashCode()
resourceSelectors
(List<ResourceSelectorResponseWithoutSelfLinkSchema> resourceSelectors) void
void
setResourceSelectors
(List<ResourceSelectorResponseWithoutSelfLinkSchema> resourceSelectors) toString()
-
Field Details
-
JSON_PROPERTY_RESOURCE_SELECTORS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ResourceSelectorsSchema
public ResourceSelectorsSchema()
-
-
Method Details
-
resourceSelectors
public ResourceSelectorsSchema resourceSelectors(List<ResourceSelectorResponseWithoutSelfLinkSchema> resourceSelectors) -
addresourceSelectorsItem
public ResourceSelectorsSchema addresourceSelectorsItem(ResourceSelectorResponseWithoutSelfLinkSchema resourceSelectorsItem) -
getResourceSelectors
Get resourceSelectors- Returns:
- resourceSelectors
-
setResourceSelectors
public void setResourceSelectors(List<ResourceSelectorResponseWithoutSelfLinkSchema> resourceSelectors) -
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-