Class PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest
-
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, CopyWorkPlanRotationRequest 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
-
PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest
public PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest()
-
-
Method Details
-
getManagementUnitId
-
setManagementUnitId
-
withManagementUnitId
public PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest withManagementUnitId(String managementUnitId) -
getWorkPlanRotationId
-
setWorkPlanRotationId
-
withWorkPlanRotationId
public PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest withWorkPlanRotationId(String workPlanRotationId) -
getBody
-
setBody
-
withBody
public PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest withBody(CopyWorkPlanRotationRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementManagementunitWorkplanrotationCopyRequest.Builder builder(String managementUnitId, String workPlanRotationId, CopyWorkPlanRotationRequest body)
-