@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserResponseRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ORG |
static String |
JSON_PROPERTY_OTHER_ORGS |
static String |
JSON_PROPERTY_OTHER_USERS |
static String |
JSON_PROPERTY_ROLES |
boolean |
unparsed |
| Constructor and Description |
|---|
UserResponseRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UserResponseRelationships object is equal to o.
|
RelationshipToOrganization |
getOrg()
Relationship to an organization.
|
RelationshipToOrganizations |
getOtherOrgs()
Relationship to organizations.
|
RelationshipToUsers |
getOtherUsers()
Relationship to users.
|
RelationshipToRoles |
getRoles()
Relationship to roles.
|
int |
hashCode() |
UserResponseRelationships |
org(RelationshipToOrganization org) |
UserResponseRelationships |
otherOrgs(RelationshipToOrganizations otherOrgs) |
UserResponseRelationships |
otherUsers(RelationshipToUsers otherUsers) |
UserResponseRelationships |
roles(RelationshipToRoles roles) |
void |
setOrg(RelationshipToOrganization org) |
void |
setOtherOrgs(RelationshipToOrganizations otherOrgs) |
void |
setOtherUsers(RelationshipToUsers otherUsers) |
void |
setRoles(RelationshipToRoles roles) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ORG
public static final String JSON_PROPERTY_OTHER_ORGS
public static final String JSON_PROPERTY_OTHER_USERS
public static final String JSON_PROPERTY_ROLES
public UserResponseRelationships org(RelationshipToOrganization org)
@Nullable public RelationshipToOrganization getOrg()
public void setOrg(RelationshipToOrganization org)
public UserResponseRelationships otherOrgs(RelationshipToOrganizations otherOrgs)
@Nullable public RelationshipToOrganizations getOtherOrgs()
public void setOtherOrgs(RelationshipToOrganizations otherOrgs)
public UserResponseRelationships otherUsers(RelationshipToUsers otherUsers)
@Nullable public RelationshipToUsers getOtherUsers()
public void setOtherUsers(RelationshipToUsers otherUsers)
public UserResponseRelationships roles(RelationshipToRoles roles)
@Nullable public RelationshipToRoles getRoles()
public void setRoles(RelationshipToRoles roles)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.