Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantsUserUserIdRequest
Packages that use PostConversationsCallParticipantsUserUserIdRequest
-
Uses of PostConversationsCallParticipantsUserUserIdRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantsUserUserIdRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipantsUserUserId(PostConversationsCallParticipantsUserUserIdRequest request) Add participants to a conversation on behalf of a userConversationsApiAsync.postConversationsCallParticipantsUserUserIdAsync(PostConversationsCallParticipantsUserUserIdRequest request, AsyncApiCallback<Conversation> callback) Add participants to a conversation on behalf of a user -
Uses of PostConversationsCallParticipantsUserUserIdRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantsUserUserIdRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantsUserUserIdRequest.Builder.build()PostConversationsCallParticipantsUserUserIdRequest.withBody(Conversation body) PostConversationsCallParticipantsUserUserIdRequest.withConversationId(String conversationId) PostConversationsCallParticipantsUserUserIdRequest.withCustomHeader(String name, String value) PostConversationsCallParticipantsUserUserIdRequest.withUserId(String userId)