Uses of Class
com.mypurecloud.sdk.v2.model.ObjectiveZone
Packages that use ObjectiveZone
-
Uses of ObjectiveZone in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ObjectiveZoneModifier and TypeMethodDescriptionObjectiveZone.directionType(ObjectiveZone.DirectionTypeEnum directionType) direction typelabelObjectiveZone.lowerLimitPoints(Integer lowerLimitPoints) lower limit pointsObjectiveZone.lowerLimitValue(Integer lowerLimitValue) lower limit valueObjectiveZone.upperLimitPoints(Integer upperLimitPoints) upper limit pointsObjectiveZone.upperLimitValue(Integer upperLimitValue) upper limit valueObjectiveZone.zoneType(ObjectiveZone.ZoneTypeEnum zoneType) zone typeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ObjectiveZoneModifier and TypeMethodDescriptionCreateObjective.getZones()DefaultObjective.getZones()Objective.getZones()ObjectiveTemplate.getZones()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ObjectiveZoneModifier and TypeMethodDescriptionvoidCreateObjective.setZones(List<ObjectiveZone> zones) voidDefaultObjective.setZones(List<ObjectiveZone> zones) voidObjective.setZones(List<ObjectiveZone> zones) voidObjectiveTemplate.setZones(List<ObjectiveZone> zones) CreateObjective.zones(List<ObjectiveZone> zones) Objective zone specifies min,max points and values for the associated metricDefaultObjective.zones(List<ObjectiveZone> zones) Objective zone specifies min,max points and values for the associated metricObjective.zones(List<ObjectiveZone> zones) Objective zone specifies min,max points and values for the associated metricObjectiveTemplate.zones(List<ObjectiveZone> zones)