@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class IamRole 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 |
---|
IamRole() |
Modifier and Type | Method and Description |
---|---|
IamRole |
description(String description) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the role was created
|
String |
getDescription()
Description of the role
|
String |
getId()
Unique key for the role
|
String |
getLabel()
Unique label for the role
|
OffsetDateTime |
getLastUpdated()
Timestamp when the role was last updated
|
IamRoleLinks |
getLinks()
Get links
|
int |
hashCode() |
IamRole |
label(String label) |
IamRole |
links(IamRoleLinks links) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setLinks(IamRoleLinks 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 void setDescription(String description)
public void setLabel(String label)
@Nullable public OffsetDateTime getLastUpdated()
public IamRole links(IamRoleLinks links)
@Nullable public IamRoleLinks getLinks()
public void setLinks(IamRoleLinks links)
Copyright © 2017–2023 Okta. All rights reserved.