@Api(allMethods=true)
@UserImplemented
public interface UserInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getUserDivision()
Get the organization's division for the user.
|
String |
getUserId()
Get the user id if known.
|
Locale |
getUserLocale()
Get the users locale if known.
|
String |
getUserName()
Get the users name if known.
|
String |
getUserOrganization()
Set the organization for the user.
|
String getUserId()
String getUserName()
Locale getUserLocale()
String getUserOrganization()
String getUserDivision()
Copyright © 2015 Geosparc. All Rights Reserved.