@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SharedDashboardResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_EMBEDDABLE_DOMAINS |
static String |
JSON_PROPERTY_EXPIRATION |
static String |
JSON_PROPERTY_GLOBAL_TIME |
static String |
JSON_PROPERTY_GLOBAL_TIME_SELECTABLE |
static String |
JSON_PROPERTY_INVITEES |
static String |
JSON_PROPERTY_LAST_ACCESSED |
static String |
JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS |
static String |
JSON_PROPERTY_SHARE_TYPE |
static String |
JSON_PROPERTY_SHARER_DISABLED |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TOKEN |
static String |
JSON_PROPERTY_URL |
static String |
JSON_PROPERTY_VIEWING_PREFERENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
SharedDashboardResponseAttributes() |
SharedDashboardResponseAttributes(OffsetDateTime createdAt,
List<String> embeddableDomains,
OffsetDateTime expiration,
Map<String,Object> globalTime,
Boolean globalTimeSelectable,
List<SharedDashboardInvitee> invitees,
OffsetDateTime lastAccessed,
List<SharedDashboardSelectableTemplateVariable> selectableTemplateVars,
SharedDashboardShareType shareType,
Boolean sharerDisabled,
SharedDashboardStatus status,
String title,
String token,
String url,
SharedDashboardViewingPreferences viewingPreferences) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_EMBEDDABLE_DOMAINS
public static final String JSON_PROPERTY_EXPIRATION
public static final String JSON_PROPERTY_GLOBAL_TIME
public static final String JSON_PROPERTY_GLOBAL_TIME_SELECTABLE
public static final String JSON_PROPERTY_INVITEES
public static final String JSON_PROPERTY_LAST_ACCESSED
public static final String JSON_PROPERTY_SELECTABLE_TEMPLATE_VARS
public static final String JSON_PROPERTY_SHARE_TYPE
public static final String JSON_PROPERTY_SHARER_DISABLED
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_URL
public static final String JSON_PROPERTY_VIEWING_PREFERENCES
public SharedDashboardResponseAttributes()
public SharedDashboardResponseAttributes(OffsetDateTime createdAt, List<String> embeddableDomains, OffsetDateTime expiration, Map<String,Object> globalTime, Boolean globalTimeSelectable, List<SharedDashboardInvitee> invitees, OffsetDateTime lastAccessed, List<SharedDashboardSelectableTemplateVariable> selectableTemplateVars, SharedDashboardShareType shareType, Boolean sharerDisabled, SharedDashboardStatus status, String title, String token, String url, SharedDashboardViewingPreferences viewingPreferences)
public SharedDashboardResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public SharedDashboardResponseAttributes embeddableDomains(List<String> embeddableDomains)
public SharedDashboardResponseAttributes addEmbeddableDomainsItem(String embeddableDomainsItem)
public List<String> getEmbeddableDomains()
public SharedDashboardResponseAttributes expiration(OffsetDateTime expiration)
@Nullable public OffsetDateTime getExpiration()
public void setExpiration(OffsetDateTime expiration)
public SharedDashboardResponseAttributes globalTime(Map<String,Object> globalTime)
public SharedDashboardResponseAttributes putGlobalTimeItem(String key, Object globalTimeItem)
@Nullable public Map<String,Object> getGlobalTime()
public SharedDashboardResponseAttributes globalTimeSelectable(Boolean globalTimeSelectable)
public Boolean getGlobalTimeSelectable()
public void setGlobalTimeSelectable(Boolean globalTimeSelectable)
public SharedDashboardResponseAttributes invitees(List<SharedDashboardInvitee> invitees)
public SharedDashboardResponseAttributes addInviteesItem(SharedDashboardInvitee inviteesItem)
public List<SharedDashboardInvitee> getInvitees()
public void setInvitees(List<SharedDashboardInvitee> invitees)
public SharedDashboardResponseAttributes lastAccessed(OffsetDateTime lastAccessed)
@Nullable public OffsetDateTime getLastAccessed()
public void setLastAccessed(OffsetDateTime lastAccessed)
public SharedDashboardResponseAttributes selectableTemplateVars(List<SharedDashboardSelectableTemplateVariable> selectableTemplateVars)
public SharedDashboardResponseAttributes addSelectableTemplateVarsItem(SharedDashboardSelectableTemplateVariable selectableTemplateVarsItem)
public List<SharedDashboardSelectableTemplateVariable> getSelectableTemplateVars()
public void setSelectableTemplateVars(List<SharedDashboardSelectableTemplateVariable> selectableTemplateVars)
public SharedDashboardResponseAttributes shareType(SharedDashboardShareType shareType)
public SharedDashboardShareType getShareType()
public void setShareType(SharedDashboardShareType shareType)
public SharedDashboardResponseAttributes sharerDisabled(Boolean sharerDisabled)
public Boolean getSharerDisabled()
public void setSharerDisabled(Boolean sharerDisabled)
public SharedDashboardResponseAttributes status(SharedDashboardStatus status)
public SharedDashboardStatus getStatus()
public void setStatus(SharedDashboardStatus status)
public SharedDashboardResponseAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public SharedDashboardResponseAttributes token(String token)
public String getToken()
public void setToken(String token)
public SharedDashboardResponseAttributes url(String url)
public String getUrl()
public void setUrl(String url)
public SharedDashboardResponseAttributes viewingPreferences(SharedDashboardViewingPreferences viewingPreferences)
public SharedDashboardViewingPreferences getViewingPreferences()
public void setViewingPreferences(SharedDashboardViewingPreferences viewingPreferences)
public SharedDashboardResponseAttributes 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 © 2026. All rights reserved.