new PatchBuilder() .set("labels.starred", true) .set("labels.hidden", false) .getMap();returns a Map, which will be serialized to the following JSON:
{ "labels": { "starred": true, "hidden": false } } }@see AbstractGoogleApiOperations#patch(String,Object,Class) @author Gabriel Axel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|