| Package | Description |
|---|---|
| com.google.gdata.data.docs |
| Modifier and Type | Method and Description |
|---|---|
QueryParameter.Type |
QueryParameter.getType()
Returns the type.
|
static QueryParameter.Type |
QueryParameter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParameter.Type[] |
QueryParameter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryParameter.setType(QueryParameter.Type type)
Sets the type.
|
| Constructor and Description |
|---|
QueryParameter(QueryParameter.Type type,
String value)
Immutable constructor.
|
Copyright © 2012. All Rights Reserved.