| Modifier and Type | Method and Description |
|---|---|
ResourceResponse<Attachment> |
DocumentClient.createAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options)
Creates an attachment.
|
MediaResponse |
DocumentClient.updateMedia(String mediaLink,
InputStream mediaStream,
MediaOptions options)
Updates a media by the media link.
|
ResourceResponse<Attachment> |
DocumentClient.upsertAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options)
Upserts an attachment to the media stream
|
Copyright © 2018. All rights reserved.