Class SearchManager.SearchMemberParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getEmailAddress() the email address of the member to search for
      final String getOrganizationId() the id of the organization the member belongs to
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchManager.SearchMemberParameters

        SearchManager.SearchMemberParameters(String emailAddress, String organizationId)