public class HangoutsChat.Users.Spaces.SpaceNotificationSetting extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Users.Spaces.SpaceNotificationSetting.Get |
class |
HangoutsChat.Users.Spaces.SpaceNotificationSetting.Patch |
| Constructor and Description |
|---|
SpaceNotificationSetting() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Users.Spaces.SpaceNotificationSetting.Get |
get(String name)
Gets the space notification setting.
|
HangoutsChat.Users.Spaces.SpaceNotificationSetting.Patch |
patch(String name,
SpaceNotificationSetting content)
Updates the space notification setting.
|
public HangoutsChat.Users.Spaces.SpaceNotificationSetting.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting -
`users/me/spaces/{space}/spaceNotificationSetting`, OR -
`users/user@example.com/spaces/{space}/spaceNotificationSetting`, OR -
`users/123456789/spaces/{space}/spaceNotificationSetting`. Note: Only the caller's user id
or email is allowed in the path.IOExceptionpublic HangoutsChat.Users.Spaces.SpaceNotificationSetting.Patch patch(String name, SpaceNotificationSetting content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Identifier. The resource name of the space notification setting. Format:
`users/{user}/spaces/{space}/spaceNotificationSetting`.content - the SpaceNotificationSettingIOExceptionCopyright © 2011–2025 Google. All rights reserved.