public class GroupConfig extends Object
| Constructor and Description |
|---|
GroupConfig() |
| Modifier and Type | Method and Description |
|---|---|
GroupConfig |
addProvider(String providerId) |
boolean |
equals(Object obj) |
String |
getId() |
String |
getOrder() |
List<String> |
getProviders() |
String |
getResourceBundleKey() |
GroupConfig |
setId(String id) |
void |
setOrder(String order) |
void |
setProviders(List<String> providers) |
void |
setResourceBundleKey(String resourceBundleKey) |
public String getId()
public GroupConfig setId(String id)
id - the id to setpublic String getOrder()
public void setOrder(String order)
order - the order to setpublic String getResourceBundleKey()
public void setResourceBundleKey(String resourceBundleKey)
resourceBundleKey - the resourceBundleKey to setpublic void setProviders(List<String> providers)
providers - the providers to setpublic GroupConfig addProvider(String providerId)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.