MobilePhone (API Reference)
Package com.here.sdk.search
Class MobilePhone
java.lang.Object
com.here.sdk.search.MobilePhone
Represents data related to specific mobile phone number.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCategories associated with phone number.The phone number. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.MobilePhone(String phoneNumber, List<PlaceCategory> categories) Creates a new instance. -
Method Summary
-
Field Details
-
phoneNumber
The phone number.
-
categories
Categories associated with phone number. Note: In case
categoriesare not empty, thenphoneNumbershould be used according to given categories. Otherwise,phoneNumberis meant for general use.
-
-
Constructor Details
-
MobilePhone
public MobilePhone()Creates a new instance.
-
MobilePhone
Creates a new instance.
- Parameters:
phoneNumber-The phone number.
categories-Categories associated with phone number. Note: In case
categoriesare not empty, thenphoneNumbershould be used according to given categories. Otherwise,phoneNumberis meant for general use.
-
-
Method Details