|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GDataProtocol.Parameter
The Parameters interface defines basic query parameter names used within the Data protocol.
Field Summary | |
---|---|
static java.lang.String |
ALT
The ALT parameter is used to request an alternate output representation. |
static java.lang.String |
CALLBACK
The CALLBACK parameter is used to specify the name of the JavaScript callback function that should be invoked when the response is received for in-script response formats. |
static java.lang.String |
CONTEXT
The CONTEXT parameter is added into the envelope of any JSONC element that is output. |
static java.lang.String |
FIELDS
The FIELDS parameters is used to specify a field selection that will be used to provide a partial response containing only the selected fields. |
static java.lang.String |
LANGUAGE
The HL query parameter selects the language of the automatically-generated text in the result. |
static java.lang.String |
PRETTYPRINT
The PRETTYPRINT parameter requests that character-based output representations have their content be pretty-printed for debugging. |
static java.lang.String |
REQID
The REQID parameter is forwarded to a JavaScript callback function that is invoked. |
static java.lang.String |
STRICT
The STRICT parameter is used to tell the server to parse in strict mode, which will reject any unknown query parameters or xml content. |
static java.lang.String |
VERSION
The VERSION parameter used to request a specific version. |
static java.lang.String |
XOAUTH_REQUESTOR_ID
The XOAUTH_REQUESTOR_ID parameter is used in 2 Legged OAuth to specify the email address of the user whose data is being accessed. |
Field Detail |
---|
static final java.lang.String ALT
static final java.lang.String VERSION
<major>.<minor>
and will be
interpreted relative to the version model of the target service. The
GDataProtocol.Header.VERSION
header (if present on the same request) will have
precedence.
static final java.lang.String STRICT
static final java.lang.String LANGUAGE
static final java.lang.String PRETTYPRINT
static final java.lang.String CALLBACK
static final java.lang.String REQID
static final java.lang.String CONTEXT
static final java.lang.String FIELDS
static final java.lang.String XOAUTH_REQUESTOR_ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |