Class PutRoutingMessageRecipientRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutRoutingMessageRecipientRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String recipientId, RecipientRequest body) getBody()voidsetBody(RecipientRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetRecipientId(String recipientId) withBody(RecipientRequest body) withCustomHeader(String name, String value) withRecipientId(String recipientId)
-
Constructor Details
-
PutRoutingMessageRecipientRequest
public PutRoutingMessageRecipientRequest()
-
-
Method Details
-
getRecipientId
-
setRecipientId
-
withRecipientId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutRoutingMessageRecipientRequest.Builder builder(String recipientId, RecipientRequest body)
-