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