Package | Description |
---|---|
com.sugestio.client.call |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|