@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() |
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 UserResponseRelationships 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.