Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleGenerationResult
Packages that use ScheduleGenerationResult
-
Uses of ScheduleGenerationResult in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleGenerationResultModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(GetWorkforcemanagementBusinessunitWeekScheduleGenerationresultsRequest request) Get the generation results for a generated scheduleWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(String businessUnitId, LocalDate weekId, String scheduleId) Get the generation results for a generated scheduleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleGenerationResultModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(ApiRequest<Void> request) Get the generation results for a generated scheduleWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleGenerationresultsAsync(GetWorkforcemanagementBusinessunitWeekScheduleGenerationresultsRequest request, AsyncApiCallback<ScheduleGenerationResult> callback) Get the generation results for a generated scheduleWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleGenerationresultsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGenerationResult>> callback) Get the generation results for a generated scheduleWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleGenerationresultsWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId) Get the generation results for a generated scheduleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleGenerationResultModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleGenerationresultsAsync(GetWorkforcemanagementBusinessunitWeekScheduleGenerationresultsRequest request, AsyncApiCallback<ScheduleGenerationResult> callback) Get the generation results for a generated scheduleWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleGenerationresultsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ScheduleGenerationResult>> callback) Get the generation results for a generated schedule -
Uses of ScheduleGenerationResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGenerationResultModifier and TypeMethodDescriptionWhether the schedule generation run failedBuRescheduleResult.getGenerationResults()ScheduleGenerationResult.messageCount(Integer messageCount) The number of schedule generation messages for this schedule generation runScheduleGenerationResult.messages(List<ScheduleGenerationMessage> messages) User facing messages related to the schedule generation runScheduleGenerationResult.messageSeverities(List<SchedulerMessageTypeSeverity> messageSeverities) The list of messages by severity in this schedule generation runThe ID of the schedule generation run.Methods in com.mypurecloud.sdk.v2.model with parameters of type ScheduleGenerationResultModifier and TypeMethodDescriptionBuRescheduleResult.generationResults(ScheduleGenerationResult generationResults) The generation results.voidBuRescheduleResult.setGenerationResults(ScheduleGenerationResult generationResults)