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