Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder
Packages that use PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder
-
Uses of PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.BuilderModifier and TypeMethodDescriptionPatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.builder()PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.builder(String conversationId, String participantId, String communicationId, AfterCallWorkUpdate body) PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder.withBody(AfterCallWorkUpdate body) PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder.withCommunicationId(String communicationId) PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder.withConversationId(String conversationId) PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder.withParticipantId(String participantId) PatchConversationsAftercallworkConversationIdParticipantCommunicationRequest.Builder.withRequiredParams(String conversationId, String participantId, String communicationId, AfterCallWorkUpdate body)