Interface Lists


public interface Lists
Contains all lists related REST call methods.
See Also:
  • Method Details

    • get

      List<MList> get()
      View your lists

      Fetch all lists that the user owns.

      Returns:
      list of defined user lists
    • get

      MList get(String id)
      Show a single list

      Fetch the list with the given ID. Used for verifying the title of a list, and which replies to show within that list.

      Parameters:
      id - the list id
      Returns:
      list of defined user lists
    • accounts

      List<Account> accounts(String id)
      View accounts in a list.

      Accounts which within the given list id.

      Parameters:
      id - the account id
      Returns:
      a list of list members