public static class

Query.CustomParameter

extends Object
java.lang.Object
   ↳ com.google.gdata.client.Query.CustomParameter

Class Overview

The CustomParameter class defines a base representation for custom query parameters.

Summary

Fields
private String name
private String value
Public Constructors
Query.CustomParameter(String name, String value)
Constructs a new custom parameter with the specified name/value pair.
Public Methods
String getName()
Returns the name of the custom parameter.
String getValue()
Returns the value of the custom parameter.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String name

private String value

Public Constructors

public Query.CustomParameter (String name, String value)

Constructs a new custom parameter with the specified name/value pair.

Parameters
name
value

Public Methods

public String getName ()

Returns the name of the custom parameter.

public String getValue ()

Returns the value of the custom parameter.