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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class CreateResourceSetRequest
extends Object
implements Serializable
CreateResourceSetRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem(String resourcesItem) description(String description) booleanDescription of the Resource SetgetLabel()Unique label for the Resource SetGet resourcesinthashCode()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
-
CreateResourceSetRequest
public CreateResourceSetRequest()
-
-
Method Details
-
description
-
getDescription
Description of the Resource Set- Returns:
- description
-
setDescription
-
label
-
getLabel
Unique label for the Resource Set- Returns:
- label
-
setLabel
-
resources
-
addResourcesItem
-
getResources
Get resources- Returns:
- resources
-
setResources
-
equals
-
hashCode
public int hashCode() -
toString
-