Package com.mypurecloud.sdk.v2.model
Class BuRescheduleResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BuRescheduleResult
- All Implemented Interfaces:
Serializable
BuRescheduleResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentSchedules(List<BuRescheduleAgentScheduleResult> agentSchedules) List of download links for agent schedules produced by the rescheduling runbooleangenerationResults(ScheduleGenerationResult generationResults) The generation results.generationResultsDownloadUrl(String generationResultsDownloadUrl) The download URL from which to fetch the generation results for the rescheduling runinthashCode()headcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastResult headcountForecast) The headcount forecast.headcountForecastDownloadUrl(String headcountForecastDownloadUrl) The download URL from which to fetch the headcount forecast for the rescheduling runvoidsetAgentSchedules(List<BuRescheduleAgentScheduleResult> agentSchedules) voidsetGenerationResults(ScheduleGenerationResult generationResults) voidsetGenerationResultsDownloadUrl(String generationResultsDownloadUrl) voidsetHeadcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastResult headcountForecast) voidsetHeadcountForecastDownloadUrl(String headcountForecastDownloadUrl) toString()
-
Constructor Details
-
BuRescheduleResult
public BuRescheduleResult() -
BuRescheduleResult
-
-
Method Details
-
generationResults
The generation results. Note the result will always be delivered via the generationResultsDownloadUrl; however the schema is included for documentation -
getGenerationResults
-
setGenerationResults
-
generationResultsDownloadUrl
The download URL from which to fetch the generation results for the rescheduling run -
getGenerationResultsDownloadUrl
-
setGenerationResultsDownloadUrl
-
headcountForecast
public BuRescheduleResult headcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastResult headcountForecast) The headcount forecast. Note the result will always be delivered via the headcountForecastDownloadUrl; however the schema is included for documentation -
getHeadcountForecast
-
setHeadcountForecast
public void setHeadcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastResult headcountForecast) -
headcountForecastDownloadUrl
The download URL from which to fetch the headcount forecast for the rescheduling run -
getHeadcountForecastDownloadUrl
-
setHeadcountForecastDownloadUrl
-
agentSchedules
List of download links for agent schedules produced by the rescheduling run -
getAgentSchedules
-
setAgentSchedules
-
equals
-
hashCode
public int hashCode() -
toString
-