public interface JOrganization
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
get the organization's description
|
int |
getMaxUserNumber()
get maximum user number of the organization, not including built-in admin user
of the organization, 0 means unlimited.
|
String |
getName()
get the organization's name
|
int |
getUserAmount()
get user amount of the organization, not including built-in admin user.
|
String getName()
String getDescription()
int getMaxUserNumber()
int getUserAmount()
© insightsoftware. All rights reserved.