| Package | Description |
|---|---|
| com.google.api.services.admin.directory | |
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Directory.Groups.Insert |
Directory.Groups.insert(Group content)
Create Group
Create a request for the method "groups.insert".
|
Directory.Groups.Patch |
Directory.Groups.patch(String groupKey,
Group content)
Update Group.
|
Directory.Groups.Update |
Directory.Groups.update(String groupKey,
Group content)
Update Group
Create a request for the method "groups.update".
|
| Constructor and Description |
|---|
Directory.Groups.Insert(Group content)
Create Group
Create a request for the method "groups.insert".
|
Directory.Groups.Patch(String groupKey,
Group content)
Update Group.
|
Directory.Groups.Update(String groupKey,
Group content)
Update Group
Create a request for the method "groups.update".
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setAdminCreated(Boolean adminCreated)
Is the group created by admin (Read-only) *
|
Group |
Group.setAliases(List<String> aliases)
List of aliases (Read-only)
|
Group |
Group.setDescription(String description)
Description of the group
|
Group |
Group.setEmail(String email)
Email of Group
|
Group |
Group.setId(String id)
Unique identifier of Group (Read-only)
|
Group |
Group.setKind(String kind)
Kind of resource this is.
|
Group |
Group.setName(String name)
Group name
|
Group |
Group.setNonEditableAliases(List<String> nonEditableAliases)
List of non editable aliases (Read-only)
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Groups.getGroups()
List of group objects.
|
| Modifier and Type | Method and Description |
|---|---|
Groups |
Groups.setGroups(List<Group> groups)
List of group objects.
|