@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgConnectionCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgConnectionCreate() |
OrgConnectionCreate(OrgConnectionCreateAttributes attributes,
OrgConnectionCreateRelationships relationships,
OrgConnectionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public OrgConnectionCreate()
public OrgConnectionCreate(OrgConnectionCreateAttributes attributes, OrgConnectionCreateRelationships relationships, OrgConnectionType type)
public OrgConnectionCreate attributes(OrgConnectionCreateAttributes attributes)
public OrgConnectionCreateAttributes getAttributes()
public void setAttributes(OrgConnectionCreateAttributes attributes)
public OrgConnectionCreate relationships(OrgConnectionCreateRelationships relationships)
public OrgConnectionCreateRelationships getRelationships()
public void setRelationships(OrgConnectionCreateRelationships relationships)
public OrgConnectionCreate type(OrgConnectionType type)
public OrgConnectionType getType()
public void setType(OrgConnectionType type)
public OrgConnectionCreate 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 © 2025. All rights reserved.