@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserTeamAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PROVISIONED_BY |
static String |
JSON_PROPERTY_PROVISIONED_BY_ID |
static String |
JSON_PROPERTY_ROLE |
boolean |
unparsed |
| Constructor and Description |
|---|
UserTeamAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UserTeamAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getProvisionedBy_JsonNullable() |
String |
getProvisionedBy()
The mechanism responsible for provisioning the team relationship.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getProvisionedById_JsonNullable() |
String |
getProvisionedById()
UUID of the User or Service Account who provisioned this team membership, or null if
provisioned via SAML mapping.
|
org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> |
getRole_JsonNullable() |
UserTeamRole |
getRole()
The user's role within the team
|
int |
hashCode() |
UserTeamAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UserTeamAttributes |
role(UserTeamRole role) |
void |
setRole_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> role) |
void |
setRole(UserTeamRole role) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PROVISIONED_BY
public static final String JSON_PROPERTY_PROVISIONED_BY_ID
public static final String JSON_PROPERTY_ROLE
@Nullable public String getProvisionedBy()
public org.openapitools.jackson.nullable.JsonNullable<String> getProvisionedBy_JsonNullable()
@Nullable public String getProvisionedById()
public org.openapitools.jackson.nullable.JsonNullable<String> getProvisionedById_JsonNullable()
public UserTeamAttributes role(UserTeamRole role)
@Nullable public UserTeamRole getRole()
public org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> getRole_JsonNullable()
public void setRole_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> role)
public void setRole(UserTeamRole role)
public UserTeamAttributes 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.