Package com.streamlayer.interactive.feed
Interface TweetHistoryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetHistoryResponse,TweetHistoryResponse.Builder
public interface TweetHistoryResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TweetHistoryResponse.TweetHistoryResponseDatagetData(int index)repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];java.util.List<TweetHistoryResponse.TweetHistoryResponseData>getDataList()repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
getDataList
java.util.List<TweetHistoryResponse.TweetHistoryResponseData> getDataList()
repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];
-
getData
TweetHistoryResponse.TweetHistoryResponseData getData(int index)
repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.interactive.feed.TweetHistoryResponse.TweetHistoryResponseData data = 1 [json_name = "data"];
-
-