Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
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.omitNullValues()
Configures the
Objects.ToStringHelper so toString() will ignore properties with null
value. |
static Objects.ToStringHelper |
Objects.toStringHelper(Object self)
Creates an instance of
Objects.ToStringHelper . |
Copyright © 2011–2022 Google. All rights reserved.