public interface ImageUpload
| Modifier and Type | Method and Description |
|---|---|
String |
upload(File image) |
String |
upload(File image,
String message) |
String |
upload(String imageFileName,
InputStream imageBody) |
String |
upload(String imageFileName,
InputStream imageBody,
String message) |
String upload(File image, String message) throws TwitterException
TwitterExceptionString upload(File image) throws TwitterException
TwitterExceptionString upload(String imageFileName, InputStream imageBody) throws TwitterException
TwitterExceptionString upload(String imageFileName, InputStream imageBody, String message) throws TwitterException
TwitterExceptionCopyright © 2016. All rights reserved.