| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Space |
Space.clone() |
Space |
DeprecatedEvent.getSpace()
The space in which the event occurred.
|
Space |
Message.getSpace()
The space the message belongs to.
|
Space |
Space.set(String fieldName,
Object value) |
Space |
Space.setDisplayName(String displayName)
The space's display name.
|
Space |
Space.setName(String name)
Resource name of the space.
|
Space |
Space.setSingleUserBotDm(Boolean singleUserBotDm)
Output only.
|
Space |
Space.setThreaded(Boolean threaded)
Output only.
|
Space |
Space.setType(String type)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Space> |
ListSpacesResponse.getSpaces()
List of spaces in the requested (or first) page.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The space in which the event occurred.
|
Message |
Message.setSpace(Space space)
The space the message belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResponse |
ListSpacesResponse.setSpaces(List<Space> spaces)
List of spaces in the requested (or first) page.
|
Copyright © 2011–2022 Google. All rights reserved.