Uses of Class
ai.promoted.delivery.model.TrafficType
-
Packages that use TrafficType Package Description ai.promoted.delivery.model -
-
Uses of TrafficType in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return TrafficType Modifier and Type Method Description TrafficTypeClientInfo. getTrafficType()Get trafficTypestatic TrafficTypeTrafficType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficType[]TrafficType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.delivery.model with parameters of type TrafficType Modifier and Type Method Description voidClientInfo. setTrafficType(TrafficType trafficType)ClientInfoClientInfo. trafficType(TrafficType trafficType)
-