Difference between revisions of "GeoFence library"

From Gcube Wiki
Jump to: navigation, search
(Geofence library documentation)
Line 3: Line 3:
  
 
*getUserById(String id)
 
*getUserById(String id)
 
 
Parameters:
 
Parameters:
 
id - It's the userId of user you are looking for.
 
id - It's the userId of user you are looking for.

Revision as of 18:42, 16 November 2017

Geofence library documentation

  • getUserById(String id)

Parameters: id - It's the userId of user you are looking for. Returns:

   GSUser object.


  • getUserByUsername(String userName)

Parameters:

   userName - It's the name of user you are looking for.

Returns:

   GSUser object.