| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceMetadata |
ResourceMetadata.clone() |
ResourceMetadata |
Activity.getOriginalParent()
The original parent of the resource.
|
ResourceMetadata |
Activity.getResourceMetadata()
The metadata of the resource involved in the user action.
|
ResourceMetadata |
ResourceMetadata.withId(String id)
The ID of the resource.
|
ResourceMetadata |
ResourceMetadata.withName(String name)
The name of the resource.
|
ResourceMetadata |
ResourceMetadata.withOriginalName(String originalName)
The original name of the resource before a rename operation.
|
ResourceMetadata |
ResourceMetadata.withOwner(UserMetadata owner)
The owner of the resource.
|
ResourceMetadata |
ResourceMetadata.withParentId(String parentId)
The parent ID of the resource before a rename operation.
|
ResourceMetadata |
ResourceMetadata.withType(ResourceType type)
The type of resource.
|
ResourceMetadata |
ResourceMetadata.withType(String type)
The type of resource.
|
ResourceMetadata |
ResourceMetadata.withVersionId(String versionId)
The version ID of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setOriginalParent(ResourceMetadata originalParent)
The original parent of the resource.
|
void |
Activity.setResourceMetadata(ResourceMetadata resourceMetadata)
The metadata of the resource involved in the user action.
|
Activity |
Activity.withOriginalParent(ResourceMetadata originalParent)
The original parent of the resource.
|
Activity |
Activity.withResourceMetadata(ResourceMetadata resourceMetadata)
The metadata of the resource involved in the user action.
|
Copyright © 2021. All rights reserved.