@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.
|
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 |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.