Uses of Class
com.mypurecloud.sdk.v2.model.ConversationUser
Packages that use ConversationUser
Package
Description
-
Uses of ConversationUser in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConversationUserModifier and TypeMethodDescriptionConversationsApi.postConversationAssign(String conversationId, ConversationUser body) Attempts to manually assign a specified conversation to a specified user.ConversationsApi.postConversationAssignWithHttpInfo(String conversationId, ConversationUser body) Attempts to manually assign a specified conversation to a specified user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationUserModifier and TypeMethodDescriptionConversationsApi.postConversationAssign(ApiRequest<ConversationUser> request) Attempts to manually assign a specified conversation to a specified user.ConversationsApiAsync.postConversationAssignAsync(ApiRequest<ConversationUser> request, AsyncApiCallback<ApiResponse<String>> callback) Attempts to manually assign a specified conversation to a specified user. -
Uses of ConversationUser in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConversationUserMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConversationUserMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConversationUserModifier and TypeMethodDescriptionPostConversationAssignRequest.builder(String conversationId, ConversationUser body) voidPostConversationAssignRequest.setBody(ConversationUser body) PostConversationAssignRequest.Builder.withBody(ConversationUser body) PostConversationAssignRequest.withBody(ConversationUser body) PostConversationAssignRequest.Builder.withRequiredParams(String conversationId, ConversationUser body) -
Uses of ConversationUser in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationUserModifier and TypeMethodDescriptionThe globally unique identifier for this user.