Uses of Class
com.mypurecloud.sdk.v2.model.WebChatMemberInfoEntityList
Packages that use WebChatMemberInfoEntityList
-
Uses of WebChatMemberInfoEntityList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebChatMemberInfoEntityListModifier and TypeMethodDescriptionWebChatApi.getWebchatGuestConversationMembers(GetWebchatGuestConversationMembersRequest request) Deprecated.WebChatApi.getWebchatGuestConversationMembers(String conversationId, Integer pageSize, Integer pageNumber, Boolean excludeDisconnectedMembers) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebChatMemberInfoEntityListModifier and TypeMethodDescriptionWebChatApi.getWebchatGuestConversationMembers(ApiRequest<Void> request) Deprecated.WebChatApiAsync.getWebchatGuestConversationMembersAsync(GetWebchatGuestConversationMembersRequest request, AsyncApiCallback<WebChatMemberInfoEntityList> callback) Deprecated.WebChatApiAsync.getWebchatGuestConversationMembersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatMemberInfoEntityList>> callback) Deprecated.WebChatApi.getWebchatGuestConversationMembersWithHttpInfo(String conversationId, Integer pageSize, Integer pageNumber, Boolean excludeDisconnectedMembers) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebChatMemberInfoEntityListModifier and TypeMethodDescriptionWebChatApiAsync.getWebchatGuestConversationMembersAsync(GetWebchatGuestConversationMembersRequest request, AsyncApiCallback<WebChatMemberInfoEntityList> callback) Deprecated.WebChatApiAsync.getWebchatGuestConversationMembersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatMemberInfoEntityList>> callback) Deprecated. -
Uses of WebChatMemberInfoEntityList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatMemberInfoEntityListModifier and TypeMethodDescriptionWebChatMemberInfoEntityList.entities(List<WebChatMemberInfo> entities) WebChatMemberInfoEntityList.pageNumber(Integer pageNumber) WebChatMemberInfoEntityList.previousUri(String previousUri)