Class PostConversationsCallsUserUserIdRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostConversationsCallsUserUserIdRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, CreateCallRequest body) getBody()voidsetBody(CreateCallRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidwithBody(CreateCallRequest body) withCustomHeader(String name, String value) withUserId(String userId)
-
Constructor Details
-
PostConversationsCallsUserUserIdRequest
public PostConversationsCallsUserUserIdRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostConversationsCallsUserUserIdRequest.Builder builder(String userId, CreateCallRequest body)
-