Uses of Class
com.mypurecloud.sdk.v2.model.UpdateManagementUnitRequest
Packages that use UpdateManagementUnitRequest
Package
Description
-
Uses of UpdateManagementUnitRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateManagementUnitRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunit(String managementUnitId, UpdateManagementUnitRequest body) Update the requested management unitWorkforceManagementApi.patchWorkforcemanagementManagementunitWithHttpInfo(String managementUnitId, UpdateManagementUnitRequest body) Update the requested management unitMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateManagementUnitRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunit(ApiRequest<UpdateManagementUnitRequest> request) Update the requested management unitWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitAsync(ApiRequest<UpdateManagementUnitRequest> request, AsyncApiCallback<ApiResponse<ManagementUnit>> callback) Update the requested management unit -
Uses of UpdateManagementUnitRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateManagementUnitRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateManagementUnitRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateManagementUnitRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitRequest.builder(String managementUnitId, UpdateManagementUnitRequest body) voidPatchWorkforcemanagementManagementunitRequest.setBody(UpdateManagementUnitRequest body) PatchWorkforcemanagementManagementunitRequest.Builder.withBody(UpdateManagementUnitRequest body) PatchWorkforcemanagementManagementunitRequest.withBody(UpdateManagementUnitRequest body) PatchWorkforcemanagementManagementunitRequest.Builder.withRequiredParams(String managementUnitId, UpdateManagementUnitRequest body) -
Uses of UpdateManagementUnitRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateManagementUnitRequestModifier and TypeMethodDescriptionUpdateManagementUnitRequest.divisionId(String divisionId) The new division id for the management unitThe new name of the management unitUpdateManagementUnitRequest.settings(ManagementUnitSettingsRequest settings) Updated settings for the management unit