public class Directory.Groups.Aliases extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Directory.Groups.Aliases.Delete |
class |
Directory.Groups.Aliases.Insert |
class |
Directory.Groups.Aliases.List |
| Constructor and Description |
|---|
Directory.Groups.Aliases() |
| Modifier and Type | Method and Description |
|---|---|
Directory.Groups.Aliases.Delete |
delete(String groupKey,
String alias)
Remove a alias for the group
Create a request for the method "aliases.delete".
|
Directory.Groups.Aliases.Insert |
insert(String groupKey,
Alias content)
Add a alias for the group
Create a request for the method "aliases.insert".
|
Directory.Groups.Aliases.List |
list(String groupKey)
List all aliases for a group
Create a request for the method "aliases.list".
|
public Directory.Groups.Aliases.Delete delete(String groupKey, String alias) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupKey - Email or immutable Id of the groupalias - The alias to be removedIOExceptionpublic Directory.Groups.Aliases.Insert insert(String groupKey, Alias content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupKey - Email or immutable Id of the groupcontent - the AliasIOExceptionpublic Directory.Groups.Aliases.List list(String groupKey) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupKey - Email or immutable Id of the groupIOException