Class TwitterTrendFunctionProperties
java.lang.Object
org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties
@ConfigurationProperties("twitter.trend")
@Validated
public class TwitterTrendFunctionProperties
extends Object
- Author:
- Christian Tzolov
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType
void
setLocationId
(Expression locationId) void
setTrendQueryType
(org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType trendQueryType)
-
Constructor Details
-
TwitterTrendFunctionProperties
public TwitterTrendFunctionProperties()
-
-
Method Details
-
getTrendQueryType
public org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType getTrendQueryType() -
setTrendQueryType
public void setTrendQueryType(org.springframework.cloud.fn.twitter.trend.TwitterTrendFunctionProperties.TrendQueryType trendQueryType) -
getLocationId
-
setLocationId
-
getClosest
-