Class PutRoutingUserUtilizationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutRoutingUserUtilizationRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, UtilizationRequest body) getBody()voidsetBody(UtilizationRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidwithBody(UtilizationRequest body) withCustomHeader(String name, String value) withUserId(String userId)
-
Constructor Details
-
PutRoutingUserUtilizationRequest
public PutRoutingUserUtilizationRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutRoutingUserUtilizationRequest.Builder builder(String userId, UtilizationRequest body)
-