@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceAccountCreateData 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 |
|---|
ServiceAccountCreateData() |
ServiceAccountCreateData(ServiceAccountCreateAttributes attributes,
UsersType type) |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountCreateData |
attributes(ServiceAccountCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this ServiceAccountCreateData 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.
|
ServiceAccountCreateAttributes |
getAttributes()
Attributes of the created user.
|
UserRelationships |
getRelationships()
Relationships of the user object.
|
UsersType |
getType()
Users resource type.
|
int |
hashCode() |
ServiceAccountCreateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ServiceAccountCreateData |
relationships(UserRelationships relationships) |
void |
setAttributes(ServiceAccountCreateAttributes attributes) |
void |
setRelationships(UserRelationships relationships) |
void |
setType(UsersType type) |
String |
toString() |
ServiceAccountCreateData |
type(UsersType 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 ServiceAccountCreateData()
public ServiceAccountCreateData(ServiceAccountCreateAttributes attributes, UsersType type)
public ServiceAccountCreateData attributes(ServiceAccountCreateAttributes attributes)
public ServiceAccountCreateAttributes getAttributes()
public void setAttributes(ServiceAccountCreateAttributes attributes)
public ServiceAccountCreateData relationships(UserRelationships relationships)
@Nullable public UserRelationships getRelationships()
public void setRelationships(UserRelationships relationships)
public ServiceAccountCreateData type(UsersType type)
public UsersType getType()
public void setType(UsersType type)
public ServiceAccountCreateData 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.