| Modifier and Type | Method and Description |
|---|---|
UploadSession |
UploadSession.Builder.build() |
UploadSession |
UploadSession.withExpirationDateTime(OffsetDateTime expirationDateTime) |
UploadSession |
UploadSession.withUploadUrl(String uploadUrl) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession> |
DriveItem.createUploadSession(DriveItemUploadableProperties item,
Boolean deferCommit) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession> |
AttachmentCollectionRequest.createUploadSession(AttachmentItem attachmentItem) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession> |
DriveItemRequest.createUploadSession(DriveItemUploadableProperties item,
Boolean deferCommit) |
Copyright © 2018–2020. All rights reserved.