| Package | Description |
|---|---|
| com.google.api.client.util |
General utilities used throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
Objects |
Objects.ToStringHelper.add(String
Adds a name/value pair to the formatted output in
name=value format.
|
Objects |
Objects.ToStringHelper.omitNullValues()
Configures the
Objects.ToStringHelper so
toString() will ignore properties with null value.
|
static Objects |
Objects.toStringHelper(Object
Creates an instance of
Objects.ToStringHelper.
|