English | Site Directory

opensocial.ContentRequestParameters (v0.6)

 SUMMARY     DETAIL

Static Class opensocial.ContentRequestParameters

Used by the opensocial.makeRequest() method.

Field Summary

<static> object AUTHENTICATION
The type of authentication to use when fetching the content; defaults to AuthenticationType.NONE.
<static> object CONTENT_TYPE
The type of content that lives at the URL; defaults to ContentType.HTML.
<static> object GET_SUMMARIES
If the content is a feed, whether to fetch summaries for that feed; defaults to false.
<static> object METHOD
The method to use when fetching content from the URL; defaults to MethodType.GET.
<static> object NUM_ENTRIES
If the content is a feed, the number of entries to fetch; defaults to 3.
 

Field Detail

AUTHENTICATION

<static> object AUTHENTICATION
    The type of authentication to use when fetching the content; defaults to AuthenticationType.NONE. Specified as an AuthenticationType.

CONTENT_TYPE

<static> object CONTENT_TYPE
    The type of content that lives at the URL; defaults to ContentType.HTML. Specified as a ContentType.

GET_SUMMARIES

<static> object GET_SUMMARIES
    If the content is a feed, whether to fetch summaries for that feed; defaults to false. Specified as a Boolean.

METHOD

<static> object METHOD
    The method to use when fetching content from the URL; defaults to MethodType.GET. Specified as a MethodType.

NUM_ENTRIES

<static> object NUM_ENTRIES
    If the content is a feed, the number of entries to fetch; defaults to 3. Specified as a Number.

Documentation generated by JsDoc Toolkit 1.3.3