| Package | Description |
|---|---|
| com.google.api.services.plus |
| Modifier and Type | Method and Description |
|---|---|
Plus.People.List |
Plus.People.list(java.lang.String userId,
java.lang.String collection)
List all of the people in the specified collection.
|
Plus.People.List |
Plus.People.List.set(java.lang.String parameterName,
java.lang.Object value) |
Plus.People.List |
Plus.People.List.setAlt(java.lang.String alt) |
Plus.People.List |
Plus.People.List.setCollection(java.lang.String collection)
The collection of people to list.
|
Plus.People.List |
Plus.People.List.setFields(java.lang.String fields) |
Plus.People.List |
Plus.People.List.setKey(java.lang.String key) |
Plus.People.List |
Plus.People.List.setMaxResults(java.lang.Long maxResults)
The maximum number of people to include in the response, which is used for paging.
|
Plus.People.List |
Plus.People.List.setOauthToken(java.lang.String oauthToken) |
Plus.People.List |
Plus.People.List.setOrderBy(java.lang.String orderBy)
The order to return people in.
|
Plus.People.List |
Plus.People.List.setPageToken(java.lang.String pageToken)
The continuation token, which is used to page through large result sets.
|
Plus.People.List |
Plus.People.List.setPrettyPrint(java.lang.Boolean prettyPrint) |
Plus.People.List |
Plus.People.List.setQuotaUser(java.lang.String quotaUser) |
Plus.People.List |
Plus.People.List.setUserId(java.lang.String userId)
Get the collection of people for the person identified.
|
Plus.People.List |
Plus.People.List.setUserIp(java.lang.String userIp) |