Difference between revisions of "GeoFence library"
From Gcube Wiki
(→Geofence library documentation) |
(→Geofence library documentation) |
||
Line 5: | Line 5: | ||
Parameters: | Parameters: | ||
− | + | id - It's the userId of user you are looking for. | |
− | + | Returns: | |
− | + | GSUser object. | |
− | + | ||
Line 15: | Line 14: | ||
userName - It's the name of user you are looking for. | userName - It's the name of user you are looking for. | ||
Returns: | Returns: | ||
− | + | GSUser object. |
Revision as of 17: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.