public class GroupManager extends SendGrid
authHeader, baseUrl, DEFAULT_URL, jackson| Constructor and Description |
|---|
GroupManager(String apiKey) |
GroupManager(String username,
String password) |
public GroupManager(String apiKey)
public Group retrieve(int id) throws IOException
IOExceptionpublic Group add(String name, String description) throws IOException
IOExceptionpublic Group update(Group group) throws IOException
IOExceptionpublic boolean remove(Group group) throws IOException
IOExceptionpublic List<Group> retrieve() throws IOException
IOExceptionCopyright © 2016. All rights reserved.