Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeGuestSessionDocumentsRequest
Packages that use GetKnowledgeGuestSessionDocumentsRequest
-
Uses of GetKnowledgeGuestSessionDocumentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeGuestSessionDocumentsRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocuments(GetKnowledgeGuestSessionDocumentsRequest request) Get documents.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentsAsync(GetKnowledgeGuestSessionDocumentsRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponseListing> callback) Get documents. -
Uses of GetKnowledgeGuestSessionDocumentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeGuestSessionDocumentsRequestModifier and TypeMethodDescriptionGetKnowledgeGuestSessionDocumentsRequest.Builder.build()GetKnowledgeGuestSessionDocumentsRequest.withCategoryId(List<String> categoryId) GetKnowledgeGuestSessionDocumentsRequest.withCustomHeader(String name, String value) GetKnowledgeGuestSessionDocumentsRequest.withPageSize(Integer pageSize) GetKnowledgeGuestSessionDocumentsRequest.withSessionId(String sessionId)