public interface StitchUserProfile
Modifier and Type | Method and Description |
---|---|
String |
getBirthday()
Returns the birthday of the user.
|
String |
getEmail()
Returns the email of the user.
|
String |
getFirstName()
Returns the first name of the user.
|
String |
getGender()
Returns the gender of the user.
|
String |
getLastName()
Returns the last name of the user.
|
String |
getMaxAge()
Returns the maximum age of the user.
|
String |
getMinAge()
Returns the minmum age of the user.
|
String |
getName()
Returns the name of the user.
|
String |
getPictureUrl()
Returns the url to a picture of the user.
|
@Nullable String getPictureUrl()
@Nullable String getFirstName()
@Nullable String getLastName()
@Nullable String getGender()
@Nullable String getBirthday()
@Nullable String getMinAge()