| Package | Description |
|---|---|
| com.google.gdata.util.common.base |
| Modifier and Type | Method and Description |
|---|---|
Objects.ToStringHelper |
Objects.ToStringHelper.add(String name,
Object value)
Adds a name/value pair to the formatted output in
name=value
format. |
Objects.ToStringHelper |
Objects.ToStringHelper.addValue(Object value)
Adds a value to the formatted output in
value format.
It is strongly encouraged to use add(String, Object) instead and
give value a readable name. |
static Objects.ToStringHelper |
Objects.toStringHelper(Object object)
Creates an instance of
Objects.ToStringHelper. |
Copyright © 2012. All Rights Reserved.