Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentResponseListing
Packages that use KnowledgeGuestDocumentResponseListing
-
Uses of KnowledgeGuestDocumentResponseListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeGuestDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocuments(GetKnowledgeGuestSessionDocumentsRequest request) Get documents.KnowledgeApi.getKnowledgeGuestSessionDocuments(String sessionId, List<String> categoryId, Integer pageSize) Get documents.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeGuestDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocuments(ApiRequest<Void> request) Get documents.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentsAsync(GetKnowledgeGuestSessionDocumentsRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponseListing> callback) Get documents.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentResponseListing>> callback) Get documents.KnowledgeApi.getKnowledgeGuestSessionDocumentsWithHttpInfo(String sessionId, List<String> categoryId, Integer pageSize) Get documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeGuestSessionDocumentsAsync(GetKnowledgeGuestSessionDocumentsRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponseListing> callback) Get documents.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentResponseListing>> callback) Get documents. -
Uses of KnowledgeGuestDocumentResponseListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentResponseListingModifier and TypeMethodDescriptionKnowledgeGuestDocumentResponseListing.entities(List<KnowledgeGuestDocumentResponse> entities) KnowledgeGuestDocumentResponseListing.previousUri(String previousUri)