Uses of Class
com.mypurecloud.sdk.v2.model.WeekScheduleResponse
Packages that use WeekScheduleResponse
-
Uses of WeekScheduleResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WeekScheduleResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitWeekSchedule(GetWorkforcemanagementManagementunitWeekScheduleRequest request) Deprecated.WorkforceManagementApi.getWorkforcemanagementManagementunitWeekSchedule(String managementUnitId, String weekId, String scheduleId, String expand, Boolean forceDownloadService) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WeekScheduleResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitWeekSchedule(ApiRequest<Void> request) Deprecated.WorkforceManagementApiAsync.getWorkforcemanagementManagementunitWeekScheduleAsync(GetWorkforcemanagementManagementunitWeekScheduleRequest request, AsyncApiCallback<WeekScheduleResponse> callback) Deprecated.WorkforceManagementApiAsync.getWorkforcemanagementManagementunitWeekScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WeekScheduleResponse>> callback) Deprecated.WorkforceManagementApi.getWorkforcemanagementManagementunitWeekScheduleWithHttpInfo(String managementUnitId, String weekId, String scheduleId, String expand, Boolean forceDownloadService) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WeekScheduleResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementManagementunitWeekScheduleAsync(GetWorkforcemanagementManagementunitWeekScheduleRequest request, AsyncApiCallback<WeekScheduleResponse> callback) Deprecated.WorkforceManagementApiAsync.getWorkforcemanagementManagementunitWeekScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WeekScheduleResponse>> callback) Deprecated. -
Uses of WeekScheduleResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WeekScheduleResponseModifier and TypeMethodDescriptionWeekScheduleResponse.downloadUrl(String downloadUrl) The url to fetch the result for large responses.WeekScheduleResponse.result(WeekSchedule result) The result of the request.