Example #1
0
 public final String getUpdatedTime() {
   return JSNIHelper.getPropertyValue(this, "updated_time");
 }
Example #2
0
 public final String getGender() {
   return JSNIHelper.getPropertyValue(this, "gender");
 }
Example #3
0
 public final String getLocale() {
   return JSNIHelper.getPropertyValue(this, "locale");
 }
Example #4
0
 public final String getUsername() {
   return JSNIHelper.getPropertyValue(this, "username");
 }
Example #5
0
 public final String getPictureUrl() {
   return JSNIHelper.getPropertyValue(this, "picture.data.url");
 }
Example #6
0
 public final String getLink() {
   return JSNIHelper.getPropertyValue(this, "link");
 }
Example #7
0
 public final String getLastName() {
   return JSNIHelper.getPropertyValue(this, "last_name");
 }
Example #8
0
 public final String getId() {
   return JSNIHelper.getPropertyValue(this, "id");
 }