Uses of Class
com.mypurecloud.sdk.v2.model.DocumentUpload
Packages that use DocumentUpload
Package
Description
-
Uses of DocumentUpload in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DocumentUploadModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementDocuments(DocumentUpload body, String copySource, String moveSource, Boolean override) Add a document.ContentManagementApi.postContentmanagementDocumentsWithHttpInfo(DocumentUpload body, String copySource, String moveSource, Boolean override) Add a document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DocumentUploadModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementDocuments(ApiRequest<DocumentUpload> request) Add a document.ContentManagementApiAsync.postContentmanagementDocumentsAsync(ApiRequest<DocumentUpload> request, AsyncApiCallback<ApiResponse<Document>> callback) Add a document. -
Uses of DocumentUpload in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DocumentUploadMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DocumentUploadMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DocumentUploadModifier and TypeMethodDescriptionPostContentmanagementDocumentsRequest.builder(DocumentUpload body) voidPostContentmanagementDocumentsRequest.setBody(DocumentUpload body) PostContentmanagementDocumentsRequest.Builder.withBody(DocumentUpload body) PostContentmanagementDocumentsRequest.withBody(DocumentUpload body) PostContentmanagementDocumentsRequest.Builder.withRequiredParams(DocumentUpload body) -
Uses of DocumentUpload in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentUploadModifier and TypeMethodDescriptionThe name of the documentDocumentUpload.workspace(DomainEntityRef workspace) The workspace the document will be uploaded to