Class PatchConversationsCallParticipantAttributesRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantAttributesRequest.Builder
- Enclosing class:
- PatchConversationsCallParticipantAttributesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withConversationId(String conversationId) withParticipantId(String participantId) withRequiredParams(String conversationId, String participantId, ParticipantAttributes body)
-
Method Details
-
withConversationId
public PatchConversationsCallParticipantAttributesRequest.Builder withConversationId(String conversationId) -
withParticipantId
public PatchConversationsCallParticipantAttributesRequest.Builder withParticipantId(String participantId) -
withBody
public PatchConversationsCallParticipantAttributesRequest.Builder withBody(ParticipantAttributes body) -
withRequiredParams
public PatchConversationsCallParticipantAttributesRequest.Builder withRequiredParams(String conversationId, String participantId, ParticipantAttributes body) -
build
-