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