Uses of Class
com.mypurecloud.sdk.v2.model.WfmForecastModificationIntervalOffsetValue
Packages that use WfmForecastModificationIntervalOffsetValue
-
Uses of WfmForecastModificationIntervalOffsetValue in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WfmForecastModificationIntervalOffsetValueModifier and TypeMethodDescriptionWfmForecastModificationIntervalOffsetValue.intervalIndex(Integer intervalIndex) The number of intervals past referenceStartDate to which to apply this modificationThe value to set for the given intervalMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WfmForecastModificationIntervalOffsetValueModifier and TypeMethodDescriptionBuForecastModificationResponse.getSecondaryValues()BuForecastModificationResponse.getValues()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WfmForecastModificationIntervalOffsetValueModifier and TypeMethodDescriptionBuForecastModificationResponse.secondaryValues(List<WfmForecastModificationIntervalOffsetValue> secondaryValues) The list of modification secondary values.voidBuForecastModificationResponse.setSecondaryValues(List<WfmForecastModificationIntervalOffsetValue> secondaryValues) voidBuForecastModificationResponse.setValues(List<WfmForecastModificationIntervalOffsetValue> values) BuForecastModificationResponse.values(List<WfmForecastModificationIntervalOffsetValue> values) The list of modification values.