@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListSharedDashboardsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
ListSharedDashboardsResponse() |
ListSharedDashboardsResponse(List<SharedDashboardResponse> data,
List<SharedDashboardIncluded> included) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public ListSharedDashboardsResponse()
public ListSharedDashboardsResponse(List<SharedDashboardResponse> data, List<SharedDashboardIncluded> included)
public ListSharedDashboardsResponse data(List<SharedDashboardResponse> data)
public ListSharedDashboardsResponse addDataItem(SharedDashboardResponse dataItem)
public List<SharedDashboardResponse> getData()
public void setData(List<SharedDashboardResponse> data)
public ListSharedDashboardsResponse included(List<SharedDashboardIncluded> included)
public ListSharedDashboardsResponse addIncludedItem(SharedDashboardIncluded includedItem)
public List<SharedDashboardIncluded> getIncluded()
public void setIncluded(List<SharedDashboardIncluded> included)
public ListSharedDashboardsResponse 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.