Uses of Class
com.mypurecloud.sdk.v2.model.BuIntradayResponse
Packages that use BuIntradayResponse
-
Uses of BuIntradayResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuIntradayResponseModifier and TypeMethodDescriptionBuIntradayResponse.categories(List<BuIntradayResponse.CategoriesEnum> categories) The categories to which this data correspondsThe end of the date range for which this data applies.AsyncIntradayResponse.getResult()BuIntradayResponse.intervalLengthMinutes(Integer intervalLengthMinutes) The aggregation period in minutes, which determines the interval duration of the returned dataBuIntradayResponse.intradayDataGroupings(List<BuIntradayDataGroup> intradayDataGroupings) Intraday data grouped by a single media type and set of planning group IDsBuIntradayResponse.noDataReason(BuIntradayResponse.NoDataReasonEnum noDataReason) If not null, the reason there was no data for the requestBuIntradayResponse.schedule(BuScheduleReference schedule) Schedule referenceBuIntradayResponse.shortTermForecast(BuShortTermForecastReference shortTermForecast) Short term forecast referenceThe start of the date range for which this data applies.Methods in com.mypurecloud.sdk.v2.model with parameters of type BuIntradayResponseModifier and TypeMethodDescriptionAsyncIntradayResponse.result(BuIntradayResponse result) The result of the operation.voidAsyncIntradayResponse.setResult(BuIntradayResponse result)