Package com.mypurecloud.sdk.v2.model
Class BuIntradayDataGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.BuIntradayDataGroup
- All Implemented Interfaces:
Serializable
BuIntradayDataGroup
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type associated with this intraday group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanforecastDataPerInterval(List<BuIntradayForecastData> forecastDataPerInterval) Forecast data per interval for this date rangeforecastDataSummary(BuIntradayForecastData forecastDataSummary) Forecast data summary for this date rangeinthashCode()mediaType(BuIntradayDataGroup.MediaTypeEnum mediaType) The media type associated with this intraday groupperformancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval) Performance prediction data per interval for this date rangeperformancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) Performance prediction data summary for this date rangescheduleDataPerInterval(List<BuIntradayScheduleData> scheduleDataPerInterval) Schedule data per interval for this date rangescheduleDataSummary(BuIntradayScheduleData scheduleDataSummary) Schedule data summary for this date rangevoidsetForecastDataPerInterval(List<BuIntradayForecastData> forecastDataPerInterval) voidsetForecastDataSummary(BuIntradayForecastData forecastDataSummary) voidsetMediaType(BuIntradayDataGroup.MediaTypeEnum mediaType) voidsetPerformancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval) voidsetPerformancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) voidsetScheduleDataPerInterval(List<BuIntradayScheduleData> scheduleDataPerInterval) voidsetScheduleDataSummary(BuIntradayScheduleData scheduleDataSummary) toString()
-
Constructor Details
-
BuIntradayDataGroup
public BuIntradayDataGroup() -
BuIntradayDataGroup
-
-
Method Details
-
mediaType
The media type associated with this intraday group -
getMediaType
-
setMediaType
-
forecastDataSummary
Forecast data summary for this date range -
getForecastDataSummary
-
setForecastDataSummary
-
forecastDataPerInterval
public BuIntradayDataGroup forecastDataPerInterval(List<BuIntradayForecastData> forecastDataPerInterval) Forecast data per interval for this date range -
getForecastDataPerInterval
-
setForecastDataPerInterval
-
scheduleDataSummary
Schedule data summary for this date range -
getScheduleDataSummary
-
setScheduleDataSummary
-
scheduleDataPerInterval
public BuIntradayDataGroup scheduleDataPerInterval(List<BuIntradayScheduleData> scheduleDataPerInterval) Schedule data per interval for this date range -
getScheduleDataPerInterval
-
setScheduleDataPerInterval
-
performancePredictionDataSummary
public BuIntradayDataGroup performancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) Performance prediction data summary for this date range -
getPerformancePredictionDataSummary
-
setPerformancePredictionDataSummary
public void setPerformancePredictionDataSummary(IntradayPerformancePredictionData performancePredictionDataSummary) -
performancePredictionDataPerInterval
public BuIntradayDataGroup performancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval) Performance prediction data per interval for this date range -
getPerformancePredictionDataPerInterval
-
setPerformancePredictionDataPerInterval
public void setPerformancePredictionDataPerInterval(List<IntradayPerformancePredictionData> performancePredictionDataPerInterval) -
equals
-
hashCode
public int hashCode() -
toString
-