Class PatchConversationsCallParticipantUserUserIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchConversationsCallParticipantUserUserIdRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String conversationId, String participantId, String userId, MediaParticipantRequest body) getBody()voidvoidsetConversationId(String conversationId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetParticipantId(String participantId) voidwithConversationId(String conversationId) withCustomHeader(String name, String value) withParticipantId(String participantId) withUserId(String userId)
-
Constructor Details
-
PatchConversationsCallParticipantUserUserIdRequest
public PatchConversationsCallParticipantUserUserIdRequest()
-
-
Method Details
-
getConversationId
-
setConversationId
-
withConversationId
-
getParticipantId
-
setParticipantId
-
withParticipantId
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchConversationsCallParticipantUserUserIdRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchConversationsCallParticipantUserUserIdRequest.Builder builder(String conversationId, String participantId, String userId, MediaParticipantRequest body)
-