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