Class PutTelephonyProvidersEdgesSiteOutboundrouteRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutTelephonyProvidersEdgesSiteOutboundrouteRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String siteId, String outboundRouteId, OutboundRouteBase body) getBody()voidsetBody(OutboundRouteBase body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetOutboundRouteId(String outboundRouteId) voidwithBody(OutboundRouteBase body) withCustomHeader(String name, String value) withOutboundRouteId(String outboundRouteId) withSiteId(String siteId)
-
Constructor Details
-
PutTelephonyProvidersEdgesSiteOutboundrouteRequest
public PutTelephonyProvidersEdgesSiteOutboundrouteRequest()
-
-
Method Details
-
getSiteId
-
setSiteId
-
withSiteId
-
getOutboundRouteId
-
setOutboundRouteId
-
withOutboundRouteId
public PutTelephonyProvidersEdgesSiteOutboundrouteRequest withOutboundRouteId(String outboundRouteId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PutTelephonyProvidersEdgesSiteOutboundrouteRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PutTelephonyProvidersEdgesSiteOutboundrouteRequest.Builder builder(String siteId, String outboundRouteId, OutboundRouteBase body)
-