15.1 User Enums
JAVA
public enum TrSvcUserType : int
{
None = -1,
All = 0,
Site = 1,
Organization = 2
}
public enum TrSvcUserRole : int
{
None = -1,
All = 0,
Member = 1,
Administrator = 2
}