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