Interface ListContactsResponse


public interface ListContactsResponse
ListContactsResponse
  • Method Details

    • getContacts

      List<Contact> getContacts()
      List of contacts belonging to the specified project.
      Returns:
      contacts
    • getNextPageToken

      String getNextPageToken()
      Token that should be included in the next list contacts request to fetch the next page.
      Returns:
      nextPageToken
    • builder

      static ListContactsResponse.Builder builder()
      Getting builder
      Returns:
      New Builder instance