Class PatchWorkforcemanagementManagementunitWorkplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementManagementunitWorkplanRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetManagementUnitId(String managementUnitId) voidsetValidationMode(String validationMode) voidsetWorkPlanId(String workPlanId) withCustomHeader(String name, String value) withManagementUnitId(String managementUnitId) withValidationMode(String validationMode) withWorkPlanId(String workPlanId)
-
Constructor Details
-
PatchWorkforcemanagementManagementunitWorkplanRequest
public PatchWorkforcemanagementManagementunitWorkplanRequest()
-
-
Method Details
-
getManagementUnitId
-
setManagementUnitId
-
withManagementUnitId
public PatchWorkforcemanagementManagementunitWorkplanRequest withManagementUnitId(String managementUnitId) -
getWorkPlanId
-
setWorkPlanId
-
withWorkPlanId
-
getBody
-
setBody
-
withBody
-
getValidationMode
-
setValidationMode
-
withValidationMode
public PatchWorkforcemanagementManagementunitWorkplanRequest withValidationMode(String validationMode) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementManagementunitWorkplanRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementManagementunitWorkplanRequest.Builder builder(String managementUnitId, String workPlanId, WorkPlan body)
-