Difference between revisions of "GeoFence library"

From Gcube Wiki
Jump to: navigation, search
(User section)
(Geofence library documentation)
Line 1: Line 1:
==Geofence library documentation==
 
 
 
=User section=
 
=User section=
 
*getUserById(String id)
 
*getUserById(String id)

Revision as of 18:52, 16 November 2017

User section

  • 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.