Uses of Class
com.mypurecloud.sdk.v2.model.UpdateAlternativeShiftBuSettingsRequest
Packages that use UpdateAlternativeShiftBuSettingsRequest
Package
Description
-
Uses of UpdateAlternativeShiftBuSettingsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitAlternativeshiftsSettings(String businessUnitId, UpdateAlternativeShiftBuSettingsRequest body) Update alternative shifts settings for a business unitWorkforceManagementApi.patchWorkforcemanagementBusinessunitAlternativeshiftsSettingsWithHttpInfo(String businessUnitId, UpdateAlternativeShiftBuSettingsRequest body) Update alternative shifts settings for a business unitMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitAlternativeshiftsSettings(ApiRequest<UpdateAlternativeShiftBuSettingsRequest> request) Update alternative shifts settings for a business unitWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitAlternativeshiftsSettingsAsync(ApiRequest<UpdateAlternativeShiftBuSettingsRequest> request, AsyncApiCallback<ApiResponse<AlternativeShiftBuSettingsResponse>> callback) Update alternative shifts settings for a business unit -
Uses of UpdateAlternativeShiftBuSettingsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.builder(String businessUnitId, UpdateAlternativeShiftBuSettingsRequest body) voidPatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.setBody(UpdateAlternativeShiftBuSettingsRequest body) PatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.Builder.withBody(UpdateAlternativeShiftBuSettingsRequest body) PatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.withBody(UpdateAlternativeShiftBuSettingsRequest body) PatchWorkforcemanagementBusinessunitAlternativeshiftsSettingsRequest.Builder.withRequiredParams(String businessUnitId, UpdateAlternativeShiftBuSettingsRequest body) -
Uses of UpdateAlternativeShiftBuSettingsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateAlternativeShiftBuSettingsRequestModifier and TypeMethodDescriptionUpdateAlternativeShiftBuSettingsRequest.enabledGranularities(ListWrapperAlternativeShiftBuSettingsGranularity enabledGranularities) The granularity at which alternative shifts is allowed.UpdateAlternativeShiftBuSettingsRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this business unit's alternative shift settingsUpdateAlternativeShiftBuSettingsRequest.minMinutesBeforeStartTime(Integer minMinutesBeforeStartTime) The minimum number of minutes before the start of a shift that an alternative shift can be automatically approvedUpdateAlternativeShiftBuSettingsRequest.retainedActivityCategories(ListWrapperAlternativeShiftBuSettingsActivityCategory retainedActivityCategories) Categories of activities that are required to remain at the same time slot for the alternative shifts offered.