public class UploadSession<UploadType> extends BaseUploadSession
expirationDateTime, nextExpectedRanges, uploadUrl| Constructor and Description |
|---|
UploadSession() |
| Modifier and Type | Method and Description |
|---|---|
ChunkedUploadProvider |
createUploadProvider(IOneDriveClient client,
java.io.InputStream input,
int size,
java.lang.Class<UploadType> uploadTypeClass)
Create the upload session service provider.
|
getRawObject, getSerializer, setRawObjectpublic ChunkedUploadProvider createUploadProvider(IOneDriveClient client, java.io.InputStream input, int size, java.lang.Class<UploadType> uploadTypeClass)
client - The OneDrive client.input - The input stream.size - The size of the input.uploadTypeClass - The expected uploaded item type.