Class PutWebchatDeploymentRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutWebchatDeploymentRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String deploymentId, WebChatDeployment body) getBody()voidsetBody(WebChatDeployment body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDeploymentId(String deploymentId) withBody(WebChatDeployment body) withCustomHeader(String name, String value) withDeploymentId(String deploymentId)
-
Constructor Details
-
PutWebchatDeploymentRequest
public PutWebchatDeploymentRequest()
-
-
Method Details
-
getDeploymentId
-
setDeploymentId
-
withDeploymentId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutWebchatDeploymentRequest.Builder builder(String deploymentId, WebChatDeployment body)
-