Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Groups.Insert |
Directory.Groups.insert(Group content)
Creates a group.
|
Directory.Groups.Patch |
Directory.Groups.patch(String groupKey,
Group content)
Updates a group's properties.
|
Directory.Groups.Update |
Directory.Groups.update(String groupKey,
Group content)
Updates a group's properties.
|
Constructor and Description |
---|
Insert(Group content)
Creates a group.
|
Patch(String groupKey,
Group content)
Updates a group's properties.
|
Update(String groupKey,
Group content)
Updates a group's properties.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setAdminCreated(Boolean adminCreated)
Value is `true` if this group was created by an administrator rather than a user.
|
Group |
Group.setAliases(List<String> aliases)
List of a group's alias email addresses.
|
Group |
Group.setDescription(String description)
An extended description to help users determine the purpose of a group.
|
Group |
Group.setDirectMembersCount(Long directMembersCount)
The number of users that are direct members of the group.
|
Group |
Group.setEmail(String email)
The group's email address.
|
Group |
Group.setEtag(String etag)
ETag of the resource.
|
Group |
Group.setId(String id)
The unique ID of a group.
|
Group |
Group.setKind(String kind)
The type of the API resource.
|
Group |
Group.setName(String name)
The group's display name.
|
Group |
Group.setNonEditableAliases(List<String> nonEditableAliases)
List of the group's non-editable alias email addresses that are outside of the account's
primary domain or subdomains.
|
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.
|
Copyright © 2011–2021 Google. All rights reserved.