|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.Query.CustomParameter
public static class Query.CustomParameter
The CustomParameter class defines a base representation for custom query parameters.
Constructor Summary | |
---|---|
Query.CustomParameter(java.lang.String name,
java.lang.String value)
Constructs a new custom parameter with the specified name/value pair. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the custom parameter. |
java.lang.String |
getValue()
Returns the value of the custom parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Query.CustomParameter(java.lang.String name, java.lang.String value)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |