@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RoleCreateResponseData 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 |
|---|
RoleCreateResponseData() |
RoleCreateResponseData(RolesType type) |
| Modifier and Type | Method and Description |
|---|---|
RoleCreateResponseData |
attributes(RoleCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this RoleCreateResponseData object is equal to o.
|
RoleCreateAttributes |
getAttributes()
Attributes of the created role.
|
String |
getId()
The unique identifier of the role.
|
RoleResponseRelationships |
getRelationships()
Relationships of the role object returned by the API.
|
RolesType |
getType()
Roles type.
|
int |
hashCode() |
RoleCreateResponseData |
id(String id) |
RoleCreateResponseData |
relationships(RoleResponseRelationships relationships) |
void |
setAttributes(RoleCreateAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(RoleResponseRelationships relationships) |
void |
setType(RolesType type) |
String |
toString() |
RoleCreateResponseData |
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 RoleCreateResponseData()
public RoleCreateResponseData(RolesType type)
public RoleCreateResponseData attributes(RoleCreateAttributes attributes)
@Nullable public RoleCreateAttributes getAttributes()
public void setAttributes(RoleCreateAttributes attributes)
public RoleCreateResponseData id(String id)
@Nullable public String getId()
public void setId(String id)
public RoleCreateResponseData relationships(RoleResponseRelationships relationships)
@Nullable public RoleResponseRelationships getRelationships()
public void setRelationships(RoleResponseRelationships relationships)
public RoleCreateResponseData type(RolesType type)
public RolesType getType()
public void setType(RolesType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.