| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
UserMetadata |
UserMetadata.clone() |
UserMetadata |
Activity.getInitiator()
The user who performed the action.
|
UserMetadata |
ResourceMetadata.getOwner()
The owner of the resource.
|
UserMetadata |
UserMetadata.withEmailAddress(String emailAddress)
The email address of the user.
|
UserMetadata |
UserMetadata.withGivenName(String givenName)
The given name of the user before a rename operation.
|
UserMetadata |
UserMetadata.withId(String id)
The ID of the user.
|
UserMetadata |
UserMetadata.withSurname(String surname)
The surname of the user.
|
UserMetadata |
UserMetadata.withUsername(String username)
The name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserMetadata> |
Participants.getUsers()
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setInitiator(UserMetadata initiator)
The user who performed the action.
|
void |
ResourceMetadata.setOwner(UserMetadata owner)
The owner of the resource.
|
Activity |
Activity.withInitiator(UserMetadata initiator)
The user who performed the action.
|
ResourceMetadata |
ResourceMetadata.withOwner(UserMetadata owner)
The owner of the resource.
|
Participants |
Participants.withUsers(UserMetadata... users)
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Participants.setUsers(Collection<UserMetadata> users)
The list of users.
|
Participants |
Participants.withUsers(Collection<UserMetadata> users)
The list of users.
|
Copyright © 2018. All rights reserved.