categories property

List<PlaceCategory> categories
getter/setter pair

Categories associated with phone number. Note: In case MobilePhone.categories are not empty, then MobilePhone.phoneNumber should be used according to given categories. Otherwise, MobilePhone.phoneNumber is meant for general use.

Implementation

List<PlaceCategory> categories;