Package com.okta.sdk.resource.model
Class CreateResourceSetRequest
java.lang.Object
com.okta.sdk.resource.model.CreateResourceSetRequest
- 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 CreateResourceSetRequest
extends Object
implements Serializable
CreateResourceSetRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddresourcesItem
(String resourcesItem) description
(String description) boolean
Description of the Resource SetgetLabel()
Unique name for the Resource SetThe endpoint (URL) that references all resource objects included in the Resource Set.int
hashCode()
void
setDescription
(String description) void
void
setResources
(List<String> resources) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_RESOURCES
- See Also:
-
-
Constructor Details
-
CreateResourceSetRequest
public CreateResourceSetRequest()
-
-
Method Details
-
description
-
getDescription
Description of the Resource Set- Returns:
- description
-
setDescription
-
label
-
getLabel
Unique name for the Resource Set- Returns:
- label
-
setLabel
-
resources
-
addresourcesItem
-
getResources
The endpoint (URL) that references all resource objects included in the Resource Set. Resources are identified by either an Okta Resource Name (ORN) or by a REST URL format. See [Okta Resource Name](/openapi/okta-management/guides/roles/#okta-resource-name-orn).- Returns:
- resources
-
setResources
-
equals
-
hashCode
public int hashCode() -
toString
-