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