Uses of Class
com.mypurecloud.sdk.v2.model.BuForecastModificationResponse
Packages that use BuForecastModificationResponse
-
Uses of BuForecastModificationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuForecastModificationResponseModifier and TypeMethodDescriptionBuForecastModificationResponse.displayGranularity(String displayGranularity) The client side display granularity of the modification, expressed in the ISO-8601 duration format.Whether the modification is enabled for the forecastBuForecastModificationResponse.endIntervalIndex(Integer endIntervalIndex) The number of intervals past referenceStartDate representing the last interval to which this modification appliesBuForecastModificationResponse.granularity(String granularity) The actual granularity of the modification as stored behind the scenes, expressed in the ISO-8601 duration format.BuForecastModificationResponse.legacyMetric(BuForecastModificationResponse.LegacyMetricEnum legacyMetric) The legacy metric to which this modification applies if applicableBuForecastModificationResponse.metric(BuForecastModificationResponse.MetricEnum metric) The metric to which this modification appliesBuForecastModificationResponse.planningGroupIds(List<String> planningGroupIds) The IDs of the planning groups to which this forecast modification appliesBuForecastModificationResponse.secondaryGranularity(String secondaryGranularity) The granularity of the 'secondaryValues' modification as stored behind the scenes, expressed in the ISO-8601 duration format.BuForecastModificationResponse.secondaryValues(List<WfmForecastModificationIntervalOffsetValue> secondaryValues) The list of modification secondary values.BuForecastModificationResponse.startIntervalIndex(Integer startIntervalIndex) The number of intervals past referenceStartDate representing the first interval to which this modification appliesBuForecastModificationResponse.type(BuForecastModificationResponse.TypeEnum type) The type of the modificationThe value of the modificationBuForecastModificationResponse.values(List<WfmForecastModificationIntervalOffsetValue> values) The list of modification values.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuForecastModificationResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuForecastModificationResponseModifier and TypeMethodDescriptionBuShortTermForecast.modifications(List<BuForecastModificationResponse> modifications) Any manual modifications applied to this forecastvoidBuShortTermForecast.setModifications(List<BuForecastModificationResponse> modifications)