EmailAddress (API Reference)
Package com.here.sdk.search
Class EmailAddress
java.lang.Object
com.here.sdk.search.EmailAddress
Represents data related to specific email address.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe email address.Categories associated with email address. -
Constructor Summary
ConstructorsConstructorDescriptionEmailAddress(String address, List<PlaceCategory> categories) Creates a new instance. -
Method Summary
-
Field Details
-
address
The email address.
-
categories
Categories associated with email address. Note: In case
categoriesare not empty, thenaddressshould be used according to given categories. Otherwise,addressis meant for general use.
-
-
Constructor Details
-
EmailAddress
Creates a new instance.
- Parameters:
address-The email address.
categories-Categories associated with email address. Note: In case
categoriesare not empty, thenaddressshould be used according to given categories. Otherwise,addressis meant for general use.
-
-
Method Details