Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsCallParticipantsRequest
Packages that use PostConversationsCallParticipantsRequest
-
Uses of PostConversationsCallParticipantsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsCallParticipantsRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsCallParticipants(PostConversationsCallParticipantsRequest request) Add participants to a conversationConversationsApiAsync.postConversationsCallParticipantsAsync(PostConversationsCallParticipantsRequest request, AsyncApiCallback<Conversation> callback) Add participants to a conversation -
Uses of PostConversationsCallParticipantsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsCallParticipantsRequestModifier and TypeMethodDescriptionPostConversationsCallParticipantsRequest.Builder.build()PostConversationsCallParticipantsRequest.withBody(Conversation body) PostConversationsCallParticipantsRequest.withConversationId(String conversationId) PostConversationsCallParticipantsRequest.withCustomHeader(String name, String value)