MicrosoftGraphUploadSession |
MicrosoftGraphUploadSession.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: uploadSession.
|
MicrosoftGraphUploadSession |
MicrosoftGraphUploadSession.withExpirationDateTime(OffsetDateTime expirationDateTime) |
Set the expirationDateTime property: The date and time in UTC that the upload session will expire.
|
MicrosoftGraphUploadSession |
MicrosoftGraphUploadSession.withNextExpectedRanges(List<String> nextExpectedRanges) |
Set the nextExpectedRanges property: A collection of byte ranges that the server is missing for the file.
|
MicrosoftGraphUploadSession |
MicrosoftGraphUploadSession.withUploadUrl(String uploadUrl) |
Set the uploadUrl property: The URL endpoint that accepts PUT requests for byte ranges of the file.
|