public class HangoutsChat.Rooms extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Rooms.Conversations
The "conversations" collection of methods.
|
class |
HangoutsChat.Rooms.Messages |
class |
HangoutsChat.Rooms.Webhooks |
| Constructor and Description |
|---|
Rooms() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Rooms.Conversations |
conversations()
An accessor for creating requests from the Conversations collection.
|
HangoutsChat.Rooms.Messages |
messages(String parent,
Message content)
Legacy path for creating message.
|
HangoutsChat.Rooms.Webhooks |
webhooks(String parent,
Message content)
Legacy path for creating message.
|
public HangoutsChat.Rooms.Messages messages(String parent, Message content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Space resource name, in the form "spaces". Example: spaces/AAAAMpdlehYcontent - the MessageIOExceptionpublic HangoutsChat.Rooms.Webhooks webhooks(String parent, Message content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Space resource name, in the form "spaces". Example: spaces/AAAAMpdlehYcontent - the MessageIOExceptionpublic HangoutsChat.Rooms.Conversations conversations()
The typical use is:
HangoutsChat chat = new HangoutsChat(...);HangoutsChat.Conversations.List request = chat.conversations().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.