Uses of Class
com.mypurecloud.sdk.v2.model.DocumentUpdate
Packages that use DocumentUpdate
Package
Description
-
Uses of DocumentUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DocumentUpdateModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementDocument(String documentId, DocumentUpdate body, String expand, Boolean override) Update a document.ContentManagementApi.postContentmanagementDocumentWithHttpInfo(String documentId, DocumentUpdate body, String expand, Boolean override) Update a document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DocumentUpdateModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementDocument(ApiRequest<DocumentUpdate> request) Update a document.ContentManagementApiAsync.postContentmanagementDocumentAsync(ApiRequest<DocumentUpdate> request, AsyncApiCallback<ApiResponse<Document>> callback) Update a document. -
Uses of DocumentUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DocumentUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DocumentUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DocumentUpdateModifier and TypeMethodDescriptionPostContentmanagementDocumentRequest.builder(String documentId, DocumentUpdate body) voidPostContentmanagementDocumentRequest.setBody(DocumentUpdate body) PostContentmanagementDocumentRequest.Builder.withBody(DocumentUpdate body) PostContentmanagementDocumentRequest.withBody(DocumentUpdate body) PostContentmanagementDocumentRequest.Builder.withRequiredParams(String documentId, DocumentUpdate body) -
Uses of DocumentUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentUpdateModifier and TypeMethodDescriptionDocumentUpdate.changeNumber(Integer changeNumber) The name of the documentDocumentUpdate.removeAttributes(List<String> removeAttributes) DocumentUpdate.removeTagIds(List<String> removeTagIds) DocumentUpdate.removeTags(List<String> removeTags) DocumentUpdate.updateAttributes(List<DocumentAttribute> updateAttributes)