public interface BeaconUser
The user profile associated with a beacon event.
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBirthDate()
Gets the birthdate
|
java.util.Iterator<java.lang.String> |
getCategories()
Gets the list of categories selected by this user as areas of interest
|
java.util.Date |
getCreatedOn()
Gets the date on which this user profile was created
|
java.lang.String |
getEmailAddress()
Gets the email address
|
GenderType |
getGender()
Gets the gender
|
java.lang.String |
getId()
Gets the unique identifier for this beacon user
|
java.lang.String |
getName()
Gets the user name
|
java.lang.String |
getPhone()
Gets the phone number
|
java.util.Date |
getUpdatedOn()
Gets the date on which this user profile was updated
|
java.lang.String getId()
java.lang.String getName()
GenderType getGender()
java.util.Date getBirthDate()
java.util.Iterator<java.lang.String> getCategories()
java.lang.String getEmailAddress()
java.lang.String getPhone()
java.util.Date getCreatedOn()
java.util.Date getUpdatedOn()