@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class Realm extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_DEFAULT |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PROFILE |
Constructor and Description |
---|
Realm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the Realm was created
|
String |
getId()
Unique key for the Realm
|
Boolean |
getIsDefault()
Conveys whether the Realm is the default
|
OffsetDateTime |
getLastUpdated()
Timestamp when the Realm was last updated
|
LinksSelf |
getLinks()
Get links
|
RealmProfile |
getProfile()
Get profile
|
int |
hashCode() |
Realm |
links(LinksSelf links) |
Realm |
profile(RealmProfile profile) |
void |
setLinks(LinksSelf links) |
void |
setProfile(RealmProfile profile) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_DEFAULT
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_PROFILE
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
@Nullable public Boolean getIsDefault()
@Nullable public OffsetDateTime getLastUpdated()
public Realm profile(RealmProfile profile)
@Nullable public RealmProfile getProfile()
public void setProfile(RealmProfile profile)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.