public class Groupssettings.Groups
extends java.lang.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(java.lang.String groupUniqueId)
Gets one resource by id.
|
Groupssettings.Groups.Patch |
patch(java.lang.String groupUniqueId,
Groups content)
Updates an existing resource.
|
Groupssettings.Groups.Update |
update(java.lang.String groupUniqueId,
Groups content)
Updates an existing resource.
|
public Groupssettings.Groups.Get get(java.lang.String groupUniqueId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.groupUniqueId
- The group's email address.java.io.IOException
public Groupssettings.Groups.Patch patch(java.lang.String groupUniqueId, Groups content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.groupUniqueId
- The group's email address.content
- the Groups
java.io.IOException
public Groupssettings.Groups.Update update(java.lang.String groupUniqueId, Groups content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.groupUniqueId
- The group's email address.content
- the Groups
java.io.IOException