|
|||||||||
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 |
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 |
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. |
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |