@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RoleUpdateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
RoleUpdateData() |
RoleUpdateData(RoleUpdateAttributes attributes,
String id,
RolesType type) |
| Modifier and Type | Method and Description |
|---|---|
RoleUpdateData |
attributes(RoleUpdateAttributes attributes) |
boolean |
equals(Object o)
Return true if this RoleUpdateData 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.
|
RoleUpdateAttributes |
getAttributes()
Attributes of the role.
|
String |
getId()
The unique identifier of the role.
|
RoleRelationships |
getRelationships()
Relationships of the role object.
|
RolesType |
getType()
Roles type.
|
int |
hashCode() |
RoleUpdateData |
id(String id) |
RoleUpdateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RoleUpdateData |
relationships(RoleRelationships relationships) |
void |
setAttributes(RoleUpdateAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(RoleRelationships relationships) |
void |
setType(RolesType type) |
String |
toString() |
RoleUpdateData |
type(RolesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public RoleUpdateData()
public RoleUpdateData(RoleUpdateAttributes attributes, String id, RolesType type)
public RoleUpdateData attributes(RoleUpdateAttributes attributes)
public RoleUpdateAttributes getAttributes()
public void setAttributes(RoleUpdateAttributes attributes)
public RoleUpdateData id(String id)
public String getId()
public void setId(String id)
public RoleUpdateData relationships(RoleRelationships relationships)
@Nullable public RoleRelationships getRelationships()
public void setRelationships(RoleRelationships relationships)
public RoleUpdateData type(RolesType type)
public RolesType getType()
public void setType(RolesType type)
public RoleUpdateData 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.