| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
UserMentionMetadata |
UserMentionMetadata.clone() |
UserMentionMetadata |
Annotation.getUserMention()
The metadata of user mention.
|
UserMentionMetadata |
UserMentionMetadata.set(java.lang.String fieldName,
java.lang.Object value) |
UserMentionMetadata |
UserMentionMetadata.setType(java.lang.String type)
The type of user mention.
|
UserMentionMetadata |
UserMentionMetadata.setUser(User user)
The user mentioned.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.setUserMention(UserMentionMetadata userMention)
The metadata of user mention.
|