Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeGuestSessionCategoriesRequest
Packages that use GetKnowledgeGuestSessionCategoriesRequest
-
Uses of GetKnowledgeGuestSessionCategoriesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeGuestSessionCategoriesRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionCategories(GetKnowledgeGuestSessionCategoriesRequest request) Get categoriesKnowledgeApiAsync.getKnowledgeGuestSessionCategoriesAsync(GetKnowledgeGuestSessionCategoriesRequest request, AsyncApiCallback<GuestCategoryResponseListing> callback) Get categories -
Uses of GetKnowledgeGuestSessionCategoriesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeGuestSessionCategoriesRequestModifier and TypeMethodDescriptionGetKnowledgeGuestSessionCategoriesRequest.Builder.build()GetKnowledgeGuestSessionCategoriesRequest.withBefore(String before) GetKnowledgeGuestSessionCategoriesRequest.withCustomHeader(String name, String value) GetKnowledgeGuestSessionCategoriesRequest.withExpand(String expand) GetKnowledgeGuestSessionCategoriesRequest.withIncludeDocumentCount(Boolean includeDocumentCount) GetKnowledgeGuestSessionCategoriesRequest.withIsRoot(Boolean isRoot) GetKnowledgeGuestSessionCategoriesRequest.withPageSize(String pageSize) GetKnowledgeGuestSessionCategoriesRequest.withParentId(String parentId) GetKnowledgeGuestSessionCategoriesRequest.withSessionId(String sessionId) GetKnowledgeGuestSessionCategoriesRequest.withSortBy(String sortBy)