public class HangoutsChat.Users.Sections.Items extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Users.Sections.Items.List |
class |
HangoutsChat.Users.Sections.Items.Move |
| Constructor and Description |
|---|
Items() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Users.Sections.Items.List |
list(String parent)
[Developer Preview](https://developers.google.com/workspace/preview): Lists items in a section.
|
HangoutsChat.Users.Sections.Items.Move |
move(String name,
MoveSectionItemRequest content)
[Developer Preview](https://developers.google.com/workspace/preview): Moves an item from one
section to another.
|
public HangoutsChat.Users.Sections.Items.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent, which is the section resource name that owns this collection of section items.
Only supports listing section items for the calling user. When you're filtering by space,
use the wildcard `-` to search across all sections. For example,
`users/{user}/sections/-`. Format: `users/{user}/sections/{section}`IOExceptionpublic HangoutsChat.Users.Sections.Items.Move move(String name, MoveSectionItemRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the section item to move. Format:
`users/{user}/sections/{section}/items/{item}`content - the MoveSectionItemRequestIOExceptionCopyright © 2011–2026 Google. All rights reserved.