@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class OrgOktaSupportSettingsObj extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EXPIRATION |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_SUPPORT |
Constructor and Description |
---|
OrgOktaSupportSettingsObj() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getExpiration()
Get expiration
|
LinksSelf |
getLinks()
Get links
|
OrgOktaSupportSetting |
getSupport()
Get support
|
int |
hashCode() |
OrgOktaSupportSettingsObj |
links(LinksSelf links) |
void |
setLinks(LinksSelf links) |
void |
setSupport(OrgOktaSupportSetting support) |
OrgOktaSupportSettingsObj |
support(OrgOktaSupportSetting support) |
String |
toString() |
public static final String JSON_PROPERTY_EXPIRATION
public static final String JSON_PROPERTY_SUPPORT
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getExpiration()
public OrgOktaSupportSettingsObj support(OrgOktaSupportSetting support)
@Nullable public OrgOktaSupportSetting getSupport()
public void setSupport(OrgOktaSupportSetting support)
public OrgOktaSupportSettingsObj links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.