Interface CrowdClient
-
- All Known Implementing Classes:
CachedCrowdClient,RestCrowdClient
public interface CrowdClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCrowdClient.CouldNotLoadCrowdGroupsException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getGroups(java.lang.String searchString)
-
-
-
Method Detail
-
getGroups
java.util.List<java.lang.String> getGroups(java.lang.String searchString) throws CrowdClient.CouldNotLoadCrowdGroupsException
-
-