Adds a name/value pair to the formatted output in name=value format. If value
is null, the string "null" is used, unless #omitNullValues() is
called, in which case this name/value pair will not be added.
Configures the ToStringHelper so #toString() will ignore properties with null
value. The order of calling this method, relative to the add()/addValue()
methods, is not significant.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class Objects.ToStringHelper (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/java/docs/reference/google-http-client/latest/com.google.api.client.util.Objects.ToStringHelper)\n- [1.47.1](/java/docs/reference/google-http-client/1.47.1/com.google.api.client.util.Objects.ToStringHelper)\n- [1.46.3](/java/docs/reference/google-http-client/1.46.3/com.google.api.client.util.Objects.ToStringHelper)\n- [1.45.3](/java/docs/reference/google-http-client/1.45.3/com.google.api.client.util.Objects.ToStringHelper)\n- [1.44.2](/java/docs/reference/google-http-client/1.44.2/com.google.api.client.util.Objects.ToStringHelper)\n- [1.43.2](/java/docs/reference/google-http-client/1.43.2/com.google.api.client.util.Objects.ToStringHelper)\n- [1.42.3](/java/docs/reference/google-http-client/1.42.3/com.google.api.client.util.Objects.ToStringHelper)\n- [1.41.8](/java/docs/reference/google-http-client/1.41.8/com.google.api.client.util.Objects.ToStringHelper) \n\n public static final class Objects.ToStringHelper\n\nSupport class for [Objects#toStringHelper](/java/docs/reference/google-http-client/latest/com.google.api.client.util.Objects#com_google_api_client_util_Objects_toStringHelper_). \n\nInheritance\n-----------\n\n[Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e Objects.ToStringHelper \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nMethods\n-------\n\n### add(String name, Object value)\n\n public Objects.ToStringHelper add(String name, Object value)\n\nAdds a name/value pair to the formatted output in `name=value` format. If `value`\nis `null`, the string `\"null\"` is used, unless [#omitNullValues()](/java/docs/reference/google-http-client/latest/com.google.api.client.util.Objects.ToStringHelper#com_google_api_client_util_Objects_ToStringHelper_omitNullValues__) is\ncalled, in which case this name/value pair will not be added.\n\n### omitNullValues()\n\n public Objects.ToStringHelper omitNullValues()\n\nConfigures the ToStringHelper so [#toString()](/java/docs/reference/google-http-client/latest/com.google.api.client.util.Objects.ToStringHelper#com_google_api_client_util_Objects_ToStringHelper_toString__) will ignore properties with null\nvalue. The order of calling this method, relative to the `add()`/`addValue()`\nmethods, is not significant.\n\n### toString()\n\n public String toString()\n\n**Overrides** \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--)"]]