Class PutRoutingEmailDomainRouteIdentityresolutionRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutRoutingEmailDomainRouteIdentityresolutionRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String domainName, String routeId, RouteIdentityResolutionConfig body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetDomainName(String domainName) voidsetRouteId(String routeId) withCustomHeader(String name, String value) withDomainName(String domainName) withRouteId(String routeId)
-
Constructor Details
-
PutRoutingEmailDomainRouteIdentityresolutionRequest
public PutRoutingEmailDomainRouteIdentityresolutionRequest()
-
-
Method Details
-
getDomainName
-
setDomainName
-
withDomainName
-
getRouteId
-
setRouteId
-
withRouteId
-
getBody
-
setBody
-
withBody
public PutRoutingEmailDomainRouteIdentityresolutionRequest withBody(RouteIdentityResolutionConfig body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutRoutingEmailDomainRouteIdentityresolutionRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutRoutingEmailDomainRouteIdentityresolutionRequest.Builder builder(String domainName, String routeId, RouteIdentityResolutionConfig body)
-