public class HangoutsChat.Users extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Users.Sections
The "sections" collection of methods.
|
class |
HangoutsChat.Users.Spaces
The "spaces" collection of methods.
|
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Users.Sections |
sections()
An accessor for creating requests from the Sections collection.
|
HangoutsChat.Users.Spaces |
spaces()
An accessor for creating requests from the Spaces collection.
|
public HangoutsChat.Users.Sections sections()
The typical use is:
HangoutsChat chat = new HangoutsChat(...);HangoutsChat.Sections.List request = chat.sections().list(parameters ...)
public HangoutsChat.Users.Spaces spaces()
The typical use is:
HangoutsChat chat = new HangoutsChat(...);HangoutsChat.Spaces.List request = chat.spaces().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.