Class PostWorkforcemanagementBusinessunitIntradayRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitIntradayRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, IntradayPlanningGroupRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetForceAsync(Boolean forceAsync) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withForceAsync(Boolean forceAsync)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitIntradayRequest
public PostWorkforcemanagementBusinessunitIntradayRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
-
getBody
-
setBody
-
withBody
public PostWorkforcemanagementBusinessunitIntradayRequest withBody(IntradayPlanningGroupRequest body) -
getForceAsync
-
setForceAsync
-
withForceAsync
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitIntradayRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementBusinessunitIntradayRequest.Builder builder(String businessUnitId, IntradayPlanningGroupRequest body)
-