Class Index

Classes


Namespace opensocial.DataRequest.PeopleRequestFields


Defined in: opensocial.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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.
Namespace Detail
opensocial.DataRequest.PeopleRequestFields
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.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 12:32:43 GMT-0800 (PST)