Uses of Class
org.springframework.social.google.api.impl.PatchBuilder
-
Packages that use PatchBuilder Package Description org.springframework.social.google.api.impl -
-
Uses of PatchBuilder in org.springframework.social.google.api.impl
Methods in org.springframework.social.google.api.impl that return PatchBuilder Modifier and Type Method Description PatchBuilderPatchBuilder. delete(String path)Defines a property to be deleted by setting its value to null.PatchBuilderPatchBuilder. set(String path, Enum<?> value)Adds a property and a value to be set in the PATCH requestPatchBuilderPatchBuilder. set(String path, Object value)Adds a property and a value to be set in the PATCH request
-