Uses of Class
com.mypurecloud.sdk.v2.model.ManagementUnit
Packages that use ManagementUnit
-
Uses of ManagementUnit in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ManagementUnitModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunit(GetWorkforcemanagementManagementunitRequest request) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApi.getWorkforcemanagementManagementunit(String managementUnitId, List<String> expand) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApi.patchWorkforcemanagementManagementunit(PatchWorkforcemanagementManagementunitRequest request) Update the requested management unitWorkforceManagementApi.patchWorkforcemanagementManagementunit(String managementUnitId, UpdateManagementUnitRequest body) Update the requested management unitWorkforceManagementApi.postWorkforcemanagementManagementunits(PostWorkforcemanagementManagementunitsRequest request) Add a management unit It may take a minute or two for a new management unit to be available for api operationsWorkforceManagementApi.postWorkforcemanagementManagementunits(CreateManagementUnitApiRequest body) Add a management unit It may take a minute or two for a new management unit to be available for api operationsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ManagementUnitModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunit(ApiRequest<Void> request) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAsync(GetWorkforcemanagementManagementunitRequest request, AsyncApiCallback<ManagementUnit> callback) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApi.getWorkforcemanagementManagementunitWithHttpInfo(String managementUnitId, List<String> expand) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApi.patchWorkforcemanagementManagementunit(ApiRequest<UpdateManagementUnitRequest> request) Update the requested management unitWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitAsync(PatchWorkforcemanagementManagementunitRequest request, AsyncApiCallback<ManagementUnit> callback) Update the requested management unitWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitAsync(ApiRequest<UpdateManagementUnitRequest> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Update the requested management unitWorkforceManagementApi.patchWorkforcemanagementManagementunitWithHttpInfo(String managementUnitId, UpdateManagementUnitRequest body) Update the requested management unitWorkforceManagementApi.postWorkforcemanagementManagementunits(ApiRequest<CreateManagementUnitApiRequest> request) Add a management unit It may take a minute or two for a new management unit to be available for api operationsWorkforceManagementApiAsync.postWorkforcemanagementManagementunitsAsync(PostWorkforcemanagementManagementunitsRequest request, AsyncApiCallback<ManagementUnit> callback) Add a management unit It may take a minute or two for a new management unit to be available for api operationsWorkforceManagementApiAsync.postWorkforcemanagementManagementunitsAsync(ApiRequest<CreateManagementUnitApiRequest> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Add a management unit It may take a minute or two for a new management unit to be available for api operationsWorkforceManagementApi.postWorkforcemanagementManagementunitsWithHttpInfo(CreateManagementUnitApiRequest body) Add a management unit It may take a minute or two for a new management unit to be available for api operationsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ManagementUnitModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAsync(GetWorkforcemanagementManagementunitRequest request, AsyncApiCallback<ManagementUnit> callback) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Get management unit settings.shortTermForecasting is deprecated and now lives on the business unitWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitAsync(PatchWorkforcemanagementManagementunitRequest request, AsyncApiCallback<ManagementUnit> callback) Update the requested management unitWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitAsync(ApiRequest<UpdateManagementUnitRequest> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Update the requested management unitWorkforceManagementApiAsync.postWorkforcemanagementManagementunitsAsync(PostWorkforcemanagementManagementunitsRequest request, AsyncApiCallback<ManagementUnit> callback) Add a management unit It may take a minute or two for a new management unit to be available for api operationsWorkforceManagementApiAsync.postWorkforcemanagementManagementunitsAsync(ApiRequest<CreateManagementUnitApiRequest> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Add a management unit It may take a minute or two for a new management unit to be available for api operations -
Uses of ManagementUnit in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ManagementUnitModifier and TypeMethodDescriptionManagementUnit.businessUnit(BusinessUnitReference businessUnit) The business unit to which this management unit belongsManagementUnit.division(DivisionReference division) The division to which this entity belongs.ManagementUnit.metadata(WfmVersionedEntityMetadata metadata) Version info metadata for this management unit.ManagementUnit.settings(ManagementUnitSettingsResponse settings) The configuration settings for this management unitManagementUnit.startDayOfWeek(ManagementUnit.StartDayOfWeekEnum startDayOfWeek) Start day of week for scheduling and forecasting purposes.The time zone for the management unit in standard Olson format.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ManagementUnitMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ManagementUnitModifier and TypeMethodDescriptionManagementUnitListing.entities(List<ManagementUnit> entities) voidManagementUnitListing.setEntities(List<ManagementUnit> entities)