@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ResourceSet extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
ResourceSet() |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
description(String description) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the role was created
|
String |
getDescription()
Description of the Resource Set
|
String |
getId()
Unique key for the role
|
String |
getLabel()
Unique label for the Resource Set
|
OffsetDateTime |
getLastUpdated()
Timestamp when the role was last updated
|
ResourceSetLinks |
getLinks()
Get links
|
int |
hashCode() |
ResourceSet |
label(String label) |
ResourceSet |
links(ResourceSetLinks links) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setLinks(ResourceSetLinks links) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
public ResourceSet description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ResourceSet label(String label)
public void setLabel(String label)
@Nullable public OffsetDateTime getLastUpdated()
public ResourceSet links(ResourceSetLinks links)
@Nullable public ResourceSetLinks getLinks()
public void setLinks(ResourceSetLinks links)
Copyright © 2017–2023 Okta. All rights reserved.