Namespace opensocial.DataRequest.PeopleRequestFields
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.DataRequest.PeopleRequestFields.FILTER
How to filter the people objects; defaults to ALL.
|
| <static> |
opensocial.DataRequest.PeopleRequestFields.FILTER_OPTIONS
Additional options to be passed into the filter,
specified as a Map<String, Object>.
|
| <static> |
opensocial.DataRequest.PeopleRequestFields.FIRST
When paginating, the index of the first item to fetch.
|
| <static> |
opensocial.DataRequest.PeopleRequestFields.MAX
The maximum number of items to fetch; defaults to 20.
|
| <static> |
opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS
An array of
opensocial.Person.Field
specifying what profile data to fetch
for each of the person objects. |
| <static> |
opensocial.DataRequest.PeopleRequestFields.SORT_ORDER
A sort order for the people objects; defaults to TOP_FRIENDS.
|
Field Detail
<static>
opensocial.DataRequest.PeopleRequestFields.FILTER
How to filter the people objects; defaults to ALL.
Possible values are defined by
FilterType.
<static>
opensocial.DataRequest.PeopleRequestFields.FILTER_OPTIONS
Additional options to be passed into the filter,
specified as a Map<String, Object>.
<static>
opensocial.DataRequest.PeopleRequestFields.FIRST
When paginating, the index of the first item to fetch.
Specified as a
Number.
<static>
opensocial.DataRequest.PeopleRequestFields.MAX
The maximum number of items to fetch; defaults to 20. If set to a larger
number, a container may honor the request, or may limit the number to a
container-specified limit of at least 20.
Specified as a
Number.
<static>
opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS
An array of
opensocial.Person.Field
specifying what profile data to fetch
for each of the person objects. The server will always include
ID, NAME, and THUMBNAIL_URL.
<static>
opensocial.DataRequest.PeopleRequestFields.SORT_ORDER
A sort order for the people objects; defaults to TOP_FRIENDS.
Possible values are defined by
SortOrder.