@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuthNMappingUpdateRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ROLE |
boolean |
unparsed |
| Constructor and Description |
|---|
AuthNMappingUpdateRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AuthNMappingUpdateRelationships object is equal to o.
|
RelationshipToRole |
getRole()
Relationship to role.
|
int |
hashCode() |
AuthNMappingUpdateRelationships |
role(RelationshipToRole role) |
void |
setRole(RelationshipToRole role) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ROLE
public AuthNMappingUpdateRelationships role(RelationshipToRole role)
@Nullable public RelationshipToRole getRole()
public void setRole(RelationshipToRole role)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.