@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-20T16:03:21.099-05:00[America/Chicago]") public class Realm extends Object
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 default or not
|
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.