Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleGenerationResultSummary
Packages that use ScheduleGenerationResultSummary
-
Uses of ScheduleGenerationResultSummary in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleGenerationResultSummaryModifier and TypeMethodDescriptionWhether the schedule generation run failedBuScheduleListItem.getGenerationResults()BuScheduleMetadata.getGenerationResults()ScheduleGenerationResultSummary.messageCount(Integer messageCount) The number of schedule generation messages for this schedule generation runScheduleGenerationResultSummary.messageSeverityCounts(List<SchedulerMessageSeverityCount> messageSeverityCounts) The list of schedule generation message counts by severity for this schedule generation runThe ID of the schedule generation run.Methods in com.mypurecloud.sdk.v2.model with parameters of type ScheduleGenerationResultSummaryModifier and TypeMethodDescriptionBuScheduleListItem.generationResults(ScheduleGenerationResultSummary generationResults) Generation result summary for this schedule, if applicableBuScheduleMetadata.generationResults(ScheduleGenerationResultSummary generationResults) Generation result summary for this schedule, if applicablevoidBuScheduleListItem.setGenerationResults(ScheduleGenerationResultSummary generationResults) voidBuScheduleMetadata.setGenerationResults(ScheduleGenerationResultSummary generationResults)