Package com.streamlayer.social
Interface SyncRequest.SyncRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SyncRequest.SyncRequestFilter,SyncRequest.SyncRequestFilter.Builder
- Enclosing class:
- SyncRequest
public static interface SyncRequest.SyncRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccount()Twitter username to fetch feed forcom.google.protobuf.ByteStringgetAccountBytes()Twitter username to fetch feed forjava.lang.StringgetAccounts(int index)Same as account, but an array.com.google.protobuf.ByteStringgetAccountsBytes(int index)Same as account, but an array.intgetAccountsCount()Same as account, but an array.java.util.List<java.lang.String>getAccountsList()Same as account, but an array.java.lang.StringgetCursor()Pass biggest internal status id for consistent paginationcom.google.protobuf.ByteStringgetCursorBytes()Pass biggest internal status id for consistent paginationjava.lang.StringgetHashtags(int index)Array of hashtags to search forcom.google.protobuf.ByteStringgetHashtagsBytes(int index)Array of hashtags to search forintgetHashtagsCount()Array of hashtags to search forjava.util.List<java.lang.String>getHashtagsList()Array of hashtags to search forjava.lang.StringgetMentions(int index)Array of mentions to search forcom.google.protobuf.ByteStringgetMentionsBytes(int index)Array of mentions to search forintgetMentionsCount()Array of mentions to search forjava.util.List<java.lang.String>getMentionsList()Array of mentions to search forjava.lang.StringgetOrder()could be asc or desccom.google.protobuf.ByteStringgetOrderBytes()could be asc or descintgetPage()Page number, 0 by defaultintgetPageSize()Amount of items per page, 25 by default
-
-
-
Method Detail
-
getAccount
java.lang.String getAccount()
Twitter username to fetch feed for
string account = 1 [json_name = "account"];- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
Twitter username to fetch feed for
string account = 1 [json_name = "account"];- Returns:
- The bytes for account.
-
getMentionsList
java.util.List<java.lang.String> getMentionsList()
Array of mentions to search for
repeated string mentions = 2 [json_name = "mentions"];- Returns:
- A list containing the mentions.
-
getMentionsCount
int getMentionsCount()
Array of mentions to search for
repeated string mentions = 2 [json_name = "mentions"];- Returns:
- The count of mentions.
-
getMentions
java.lang.String getMentions(int index)
Array of mentions to search for
repeated string mentions = 2 [json_name = "mentions"];- Parameters:
index- The index of the element to return.- Returns:
- The mentions at the given index.
-
getMentionsBytes
com.google.protobuf.ByteString getMentionsBytes(int index)
Array of mentions to search for
repeated string mentions = 2 [json_name = "mentions"];- Parameters:
index- The index of the element to return.- Returns:
- The mentions at the given index.
-
getHashtagsList
java.util.List<java.lang.String> getHashtagsList()
Array of hashtags to search for
repeated string hashtags = 3 [json_name = "hashtags"];- Returns:
- A list containing the hashtags.
-
getHashtagsCount
int getHashtagsCount()
Array of hashtags to search for
repeated string hashtags = 3 [json_name = "hashtags"];- Returns:
- The count of hashtags.
-
getHashtags
java.lang.String getHashtags(int index)
Array of hashtags to search for
repeated string hashtags = 3 [json_name = "hashtags"];- Parameters:
index- The index of the element to return.- Returns:
- The hashtags at the given index.
-
getHashtagsBytes
com.google.protobuf.ByteString getHashtagsBytes(int index)
Array of hashtags to search for
repeated string hashtags = 3 [json_name = "hashtags"];- Parameters:
index- The index of the element to return.- Returns:
- The hashtags at the given index.
-
getPage
int getPage()
Page number, 0 by default
int32 page = 4 [json_name = "page"];- Returns:
- The page.
-
getPageSize
int getPageSize()
Amount of items per page, 25 by default
int32 page_size = 5 [json_name = "pageSize"];- Returns:
- The pageSize.
-
getCursor
java.lang.String getCursor()
Pass biggest internal status id for consistent pagination
string cursor = 6 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
Pass biggest internal status id for consistent pagination
string cursor = 6 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
getOrder
java.lang.String getOrder()
could be asc or desc
string order = 7 [json_name = "order"];- Returns:
- The order.
-
getOrderBytes
com.google.protobuf.ByteString getOrderBytes()
could be asc or desc
string order = 7 [json_name = "order"];- Returns:
- The bytes for order.
-
getAccountsList
java.util.List<java.lang.String> getAccountsList()
Same as account, but an array. If provided OVERRIDES account
repeated string accounts = 9 [json_name = "accounts"];- Returns:
- A list containing the accounts.
-
getAccountsCount
int getAccountsCount()
Same as account, but an array. If provided OVERRIDES account
repeated string accounts = 9 [json_name = "accounts"];- Returns:
- The count of accounts.
-
getAccounts
java.lang.String getAccounts(int index)
Same as account, but an array. If provided OVERRIDES account
repeated string accounts = 9 [json_name = "accounts"];- Parameters:
index- The index of the element to return.- Returns:
- The accounts at the given index.
-
getAccountsBytes
com.google.protobuf.ByteString getAccountsBytes(int index)
Same as account, but an array. If provided OVERRIDES account
repeated string accounts = 9 [json_name = "accounts"];- Parameters:
index- The index of the element to return.- Returns:
- The accounts at the given index.
-
-