@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SharedDashboardInvitesDataObjectAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_HAS_SESSION |
static String |
JSON_PROPERTY_INVITATION_EXPIRY |
static String |
JSON_PROPERTY_SESSION_EXPIRY |
static String |
JSON_PROPERTY_SHARE_TOKEN |
boolean |
unparsed |
| Constructor and Description |
|---|
SharedDashboardInvitesDataObjectAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SharedDashboardInvitesDataObjectAttributes |
email(String email) |
boolean |
equals(Object o)
Return true if this SharedDashboardInvitesDataObjectAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreatedAt()
When the invitation was sent.
|
String |
getEmail()
An email address that an invitation has been (or if used in invitation request, will be) sent
to.
|
Boolean |
getHasSession()
Indicates whether an active session exists for the invitation (produced when a user clicks the
link in the email).
|
OffsetDateTime |
getInvitationExpiry()
When the invitation expires.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getSessionExpiry_JsonNullable() |
OffsetDateTime |
getSessionExpiry()
When the invited user's session expires.
|
String |
getShareToken()
The unique token of the shared dashboard that was (or is to be) shared.
|
int |
hashCode() |
SharedDashboardInvitesDataObjectAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEmail(String email) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_HAS_SESSION
public static final String JSON_PROPERTY_INVITATION_EXPIRY
public static final String JSON_PROPERTY_SESSION_EXPIRY
public static final String JSON_PROPERTY_SHARE_TOKEN
public SharedDashboardInvitesDataObjectAttributes()
@Nullable public OffsetDateTime getCreatedAt()
public SharedDashboardInvitesDataObjectAttributes email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
@Nullable public Boolean getHasSession()
@Nullable public OffsetDateTime getInvitationExpiry()
@Nullable public OffsetDateTime getSessionExpiry()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getSessionExpiry_JsonNullable()
@Nullable public String getShareToken()
public SharedDashboardInvitesDataObjectAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.