public class Errors extends BaseModelObject
/v1/users/{userId}/errorsclient, dateFormat, parentUri, properties| Constructor and Description |
|---|
Errors(BandwidthRestClient client,
String parentUri) |
| Modifier and Type | Method and Description |
|---|---|
Error |
getError(String id)
Gets information about one user error.
|
List<Error> |
getErrors()
Gets the most recent user errors for the user.
|
protected String |
getUri() |
getId, getProperty, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsDouble, getPropertyAsLong, getPropertyAsString, getPropertyAsStringArray, putProperty, toMap, updatePropertiespublic Errors(BandwidthRestClient client, String parentUri)
public List<Error> getErrors() throws IOException
IOExceptionpublic Error getError(String id) throws IOException
id - error idIOExceptionprotected String getUri()
getUri in class BaseModelObjectCopyright © 2014. All rights reserved.