Package com.stytch.sdk.b2b.searchManager
Class SearchManager.SearchMemberParameters
-
- All Implemented Interfaces:
public final class SearchManager.SearchMemberParametersA data class wrapping the parameters used for a Search Members call
-
-
Field Summary
Fields Modifier and Type Field Description private final StringemailAddressprivate final StringorganizationId
-
Constructor Summary
Constructors Constructor Description SearchManager.SearchMemberParameters(String emailAddress, String organizationId)
-
Method Summary
Modifier and Type Method Description final StringgetEmailAddress()the email address of the member to search for final StringgetOrganizationId()the id of the organization the member belongs to -
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
the email address of the member to search for
-
getOrganizationId
final String getOrganizationId()
the id of the organization the member belongs to
-
-
-
-