Uses of Class
com.mypurecloud.sdk.v2.model.CreateManagementUnitApiRequest
Packages that use CreateManagementUnitApiRequest
Package
Description
-
Uses of CreateManagementUnitApiRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateManagementUnitApiRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunits(CreateManagementUnitApiRequest body) 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 CreateManagementUnitApiRequestModifier and TypeMethodDescriptionWorkforceManagementApi.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(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 CreateManagementUnitApiRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateManagementUnitApiRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateManagementUnitApiRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateManagementUnitApiRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitsRequest.builder(CreateManagementUnitApiRequest body) voidPostWorkforcemanagementManagementunitsRequest.setBody(CreateManagementUnitApiRequest body) PostWorkforcemanagementManagementunitsRequest.Builder.withBody(CreateManagementUnitApiRequest body) PostWorkforcemanagementManagementunitsRequest.withBody(CreateManagementUnitApiRequest body) PostWorkforcemanagementManagementunitsRequest.Builder.withRequiredParams(CreateManagementUnitApiRequest body) -
Uses of CreateManagementUnitApiRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateManagementUnitApiRequestModifier and TypeMethodDescriptionCreateManagementUnitApiRequest.businessUnitId(String businessUnitId) The id of the business unit to which this management unit belongsCreateManagementUnitApiRequest.divisionId(String divisionId) The id of the division to which this management unit belongs.The name of the management unitCreateManagementUnitApiRequest.settings(CreateManagementUnitSettingsRequest settings) The configuration for the management unit.CreateManagementUnitApiRequest.startDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) The configured first day of the week for scheduling and forecasting purposes.The default time zone to use for this management unit.