Package | Description |
---|---|
org.apache.streams.twitter.api |
Modifier and Type | Method and Description |
---|---|
Error |
Error.withAdditionalProperty(String name,
Object value) |
Error |
Error.withCode(Long code) |
Error |
Error.withMessage(String message) |
Modifier and Type | Method and Description |
---|---|
List<Error> |
ResponseErrors.getErrors()
When the Twitter API returns error messages, it does so in JSON format.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseErrors.setErrors(List<Error> errors)
When the Twitter API returns error messages, it does so in JSON format.
|
ResponseErrors |
ResponseErrors.withErrors(List<Error> errors) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.