Beispiel #1
0
 /**
  * Get the set of EntitlementServerGroups that this Org is a member of.
  *
  * @return List of ServerGroup classes
  */
 public List<EntitlementServerGroup> getEntitledServerGroups() {
   return ServerGroupFactory.listEntitlementGroups(this);
 }