public class Groupssettings.Groups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Groupssettings.Groups.Get |
class |
Groupssettings.Groups.Patch |
class |
Groupssettings.Groups.Update |
| Constructor and Description |
|---|
Groups() |
| Modifier and Type | Method and Description |
|---|---|
Groupssettings.Groups.Get |
get(String groupUniqueId)
Gets one resource by id.
|
Groupssettings.Groups.Patch |
patch(String groupUniqueId,
Groups content)
Updates an existing resource.
|
Groupssettings.Groups.Update |
update(String groupUniqueId,
Groups content)
Updates an existing resource.
|
public Groupssettings.Groups.Get get(String groupUniqueId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupUniqueId - The group's email address.IOExceptionpublic Groupssettings.Groups.Patch patch(String groupUniqueId, Groups content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupUniqueId - The group's email address.content - the GroupsIOExceptionpublic Groupssettings.Groups.Update update(String groupUniqueId, Groups content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupUniqueId - The group's email address.content - the GroupsIOExceptionCopyright © 2011–2024 Google. All rights reserved.