public class HangoutsChat.Spaces.Members
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HangoutsChat.Spaces.Members.Get |
class |
HangoutsChat.Spaces.Members.List |
Constructor and Description |
---|
Members() |
Modifier and Type | Method and Description |
---|---|
HangoutsChat.Spaces.Members.Get |
get(java.lang.String name)
Returns a membership.
|
HangoutsChat.Spaces.Members.List |
list(java.lang.String parent)
Lists human memberships in a space.
|
public HangoutsChat.Spaces.Members.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Resource name of the membership to be retrieved, in the form
"spaces/members".
Example:
spaces/AAAAMpdlehY/members/105115627578887013105java.io.IOException
public HangoutsChat.Spaces.Members.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The resource name of the space for which membership list is to be
fetched, in the form
"spaces".
Example: spaces/AAAAMpdlehYjava.io.IOException