Interface ContactLists

All Known Implementing Classes:
ContactListsImpl

public interface ContactLists
  • Method Summary

    Modifier and Type
    Method
    Description
    findAll(long accountId)
    Get all contact lists existing in account
  • Method Details

    • findAll

      List<ContactListResponse> findAll(long accountId)
      Get all contact lists existing in account
      Parameters:
      accountId - unique account ID
      Returns:
      contacts list