Interface SyncRequest.SyncRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAccount()
      Twitter username to fetch feed for
      com.google.protobuf.ByteString getAccountBytes()
      Twitter username to fetch feed for
      java.lang.String getAccounts​(int index)
      Same as account, but an array.
      com.google.protobuf.ByteString getAccountsBytes​(int index)
      Same as account, but an array.
      int getAccountsCount()
      Same as account, but an array.
      java.util.List<java.lang.String> getAccountsList()
      Same as account, but an array.
      java.lang.String getCursor()
      Pass biggest internal status id for consistent pagination
      com.google.protobuf.ByteString getCursorBytes()
      Pass biggest internal status id for consistent pagination
      java.lang.String getHashtags​(int index)
      Array of hashtags to search for
      com.google.protobuf.ByteString getHashtagsBytes​(int index)
      Array of hashtags to search for
      int getHashtagsCount()
      Array of hashtags to search for
      java.util.List<java.lang.String> getHashtagsList()
      Array of hashtags to search for
      java.lang.String getMentions​(int index)
      Array of mentions to search for
      com.google.protobuf.ByteString getMentionsBytes​(int index)
      Array of mentions to search for
      int getMentionsCount()
      Array of mentions to search for
      java.util.List<java.lang.String> getMentionsList()
      Array of mentions to search for
      java.lang.String getOrder()
      could be asc or desc
      com.google.protobuf.ByteString getOrderBytes()
      could be asc or desc
      int getPage()
      Page number, 0 by default
      int getPageSize()
      Amount of items per page, 25 by default
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.