Class PatchWorkforcemanagementManagementunitWorkplanrotationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementManagementunitWorkplanrotationRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String managementUnitId, String workPlanRotationId, UpdateWorkPlanRotationRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetManagementUnitId(String managementUnitId) voidsetWorkPlanRotationId(String workPlanRotationId) withCustomHeader(String name, String value) withManagementUnitId(String managementUnitId) withWorkPlanRotationId(String workPlanRotationId)
-
Constructor Details
-
PatchWorkforcemanagementManagementunitWorkplanrotationRequest
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest()
-
-
Method Details
-
getManagementUnitId
-
setManagementUnitId
-
withManagementUnitId
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest withManagementUnitId(String managementUnitId) -
getWorkPlanRotationId
-
setWorkPlanRotationId
-
withWorkPlanRotationId
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest withWorkPlanRotationId(String workPlanRotationId) -
getBody
-
setBody
-
withBody
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest withBody(UpdateWorkPlanRotationRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementManagementunitWorkplanrotationRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementManagementunitWorkplanrotationRequest.Builder builder(String managementUnitId, String workPlanRotationId, UpdateWorkPlanRotationRequest body)
-