Uses of Class
odata.msgraph.client.complex.UploadSession
-
Packages that use UploadSession Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.collection.request odata.msgraph.client.entity.request -
-
Uses of UploadSession in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return UploadSession Modifier and Type Method Description UploadSessionUploadSession.Builder. build()UploadSessionUploadSession. withExpirationDateTime(OffsetDateTime expirationDateTime)UploadSessionUploadSession. withUnmappedField(String name, String value)UploadSessionUploadSession. withUploadUrl(String uploadUrl) -
Uses of UploadSession in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type UploadSession Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>DriveItem. createUploadSession(DriveItemUploadableProperties item, Boolean deferCommit)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>PrintDocument. createUploadSession(PrintDocumentUploadProperties properties) -
Uses of UploadSession in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type UploadSession Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>AttachmentCollectionRequest. createUploadSession(AttachmentItem attachmentItem) -
Uses of UploadSession in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type UploadSession Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>DriveItemRequest. createUploadSession(DriveItemUploadableProperties item, Boolean deferCommit)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UploadSession>PrintDocumentRequest. createUploadSession(PrintDocumentUploadProperties properties)
-