Uses of Class
com.mypurecloud.sdk.v2.model.HeadcountInterval
Packages that use HeadcountInterval
-
Uses of HeadcountInterval in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HeadcountIntervalModifier and TypeMethodDescriptionThe start date-time for this headcount interval in ISO-8601 format, must be within the 8 day scheduleHeadcount value for this intervalMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type HeadcountIntervalModifier and TypeMethodDescriptionHeadcountForecast.getRequired()HeadcountForecast.getRequiredWithoutShrinkage()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type HeadcountIntervalModifier and TypeMethodDescriptionHeadcountForecast.required(List<HeadcountInterval> required) Headcount information with shrinkageHeadcountForecast.requiredWithoutShrinkage(List<HeadcountInterval> requiredWithoutShrinkage) Headcount information without shrinkagevoidHeadcountForecast.setRequired(List<HeadcountInterval> required) voidHeadcountForecast.setRequiredWithoutShrinkage(List<HeadcountInterval> requiredWithoutShrinkage)