public static interface GDataProtocol.Parameter
| Modifier and Type | Field and Description |
|---|---|
static String |
ALT
The ALT parameter is used to request an alternate output representation.
|
static 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 String |
CONTEXT
The CONTEXT parameter is added into the envelope of any JSONC element
that is output.
|
static 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 String |
LANGUAGE
The HL query parameter selects the language of the
automatically-generated text in the result.
|
static String |
PRETTYPRINT
The PRETTYPRINT parameter requests that character-based output
representations have their content be pretty-printed for debugging.
|
static String |
REQID
The REQID parameter is forwarded to a JavaScript callback function
that is invoked.
|
static 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 String |
VERSION
The VERSION parameter used to request a specific version.
|
static 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.
|
static final String ALT
static final 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 String STRICT
static final String LANGUAGE
static final String PRETTYPRINT
static final String CALLBACK
static final String REQID
static final String CONTEXT
static final String FIELDS
static final String XOAUTH_REQUESTOR_ID
Copyright © 2012. All Rights Reserved.