Uses of Class
com.sugestio.client.call.RecommendationFilter.TimeUnit

Packages that use RecommendationFilter.TimeUnit
com.sugestio.client.call   
 

Uses of RecommendationFilter.TimeUnit in com.sugestio.client.call
 

Methods in com.sugestio.client.call that return RecommendationFilter.TimeUnit
static RecommendationFilter.TimeUnit RecommendationFilter.TimeUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecommendationFilter.TimeUnit[] RecommendationFilter.TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sugestio.client.call with parameters of type RecommendationFilter.TimeUnit
 void RecommendationFilter.setTime(long milliseconds, java.lang.Integer radius, RecommendationFilter.TimeUnit unit)
          Recommended items must be available at any time in the given time window.
 void RecommendationFilter.setTime(java.lang.String time, java.lang.Integer radius, RecommendationFilter.TimeUnit unit)
          Recommended items must be available at any time in the given time window.