| java.lang.Object | |
| ↳ | com.google.gdata.client.Query.CustomParameter |
The CustomParameter class defines a base representation for custom query parameters.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new custom parameter with the specified name/value
pair.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the custom parameter.
| |||||||||||
Returns the value of the custom parameter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a new custom parameter with the specified name/value pair.
| name | |
|---|---|
| value |
Returns the name of the custom parameter.
Returns the value of the custom parameter.