Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentCopiesRequest
Packages that use PostKnowledgeGuestSessionDocumentCopiesRequest
-
Uses of PostKnowledgeGuestSessionDocumentCopiesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentCopiesRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentCopies(PostKnowledgeGuestSessionDocumentCopiesRequest request) Indicate that the document was copied by the user.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentCopiesAsync(PostKnowledgeGuestSessionDocumentCopiesRequest request, AsyncApiCallback<Void> callback) Indicate that the document was copied by the user. -
Uses of PostKnowledgeGuestSessionDocumentCopiesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentCopiesRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentCopiesRequest.Builder.build()PostKnowledgeGuestSessionDocumentCopiesRequest.withBody(KnowledgeGuestDocumentCopy body) PostKnowledgeGuestSessionDocumentCopiesRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentCopiesRequest.withDocumentId(String documentId) PostKnowledgeGuestSessionDocumentCopiesRequest.withSessionId(String sessionId)