Package | Description |
---|---|
com.google.api.client.googleapis.json |
Google's JSON support (see detailed package specification).
|
Modifier and Type | Method and Description |
---|---|
GoogleJsonError.ErrorInfo |
GoogleJsonError.ErrorInfo.clone() |
GoogleJsonError.ErrorInfo |
GoogleJsonError.ErrorInfo.set(String fieldName,
Object value) |
Modifier and Type | Method and Description |
---|---|
List<GoogleJsonError.ErrorInfo> |
GoogleJsonError.getErrors()
Returns the list of detailed errors or
null for none. |
Modifier and Type | Method and Description |
---|---|
void |
GoogleJsonError.setErrors(List<GoogleJsonError.ErrorInfo> errors)
Sets the list of detailed errors or
null for none. |
Copyright © 2010–2019 Google. All rights reserved.