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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddresourcesItem(String resourcesItem) description(String description) booleanDescription of the Resource SetgetLabel()Unique name for the Resource SetThe endpoint (URL) that references all resource objects included in the Resource Set.inthashCode()voidsetDescription(String description) voidvoidsetResources(List<String> resources) toString()
- 
Field Details- 
JSON_PROPERTY_DESCRIPTION- See Also:
 
- 
JSON_PROPERTY_LABEL- See Also:
 
- 
JSON_PROPERTY_RESOURCES- See Also:
 
 
- 
- 
Constructor Details- 
CreateResourceSetRequestpublic CreateResourceSetRequest()
 
- 
- 
Method Details- 
description
- 
getDescriptionDescription of the Resource Set- Returns:
- description
 
- 
setDescription
- 
label
- 
getLabelUnique name for the Resource Set- Returns:
- label
 
- 
setLabel
- 
resources
- 
addresourcesItem
- 
getResourcesThe 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
- 
hashCodepublic int hashCode()
- 
toString
 
-