@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamSyncSelectionStateExternalId extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamSyncSelectionStateExternalId() |
TeamSyncSelectionStateExternalId(TeamSyncSelectionStateExternalIdType type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TeamSyncSelectionStateExternalId 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.
|
TeamSyncSelectionStateExternalIdType |
getType()
The type of external identifier for the selection state item.
|
String |
getValue()
The external identifier value from the source platform.
|
int |
hashCode() |
TeamSyncSelectionStateExternalId |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setType(TeamSyncSelectionStateExternalIdType type) |
void |
setValue(String value) |
String |
toString() |
TeamSyncSelectionStateExternalId |
type(TeamSyncSelectionStateExternalIdType type) |
TeamSyncSelectionStateExternalId |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public TeamSyncSelectionStateExternalId()
public TeamSyncSelectionStateExternalId(TeamSyncSelectionStateExternalIdType type, String value)
public TeamSyncSelectionStateExternalId type(TeamSyncSelectionStateExternalIdType type)
public TeamSyncSelectionStateExternalIdType getType()
team and organization.public void setType(TeamSyncSelectionStateExternalIdType type)
public TeamSyncSelectionStateExternalId value(String value)
public String getValue()
public void setValue(String value)
public TeamSyncSelectionStateExternalId 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.