|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectretrofit.mime.TypedFile
com.pengrad.telegrambot.model.InputFile
public class InputFile
stas 8/11/15.
| Constructor Summary | |
|---|---|
InputFile(java.lang.String mimeType,
java.io.File file)
|
|
| Method Summary | |
|---|---|
static InputFile |
audio(java.io.File file)
|
static InputFile |
photo(java.io.File file)
|
static InputFile |
video(java.io.File file)
|
| Methods inherited from class retrofit.mime.TypedFile |
|---|
equals, file, fileName, hashCode, in, length, mimeType, moveTo, toString, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InputFile(java.lang.String mimeType,
java.io.File file)
| Method Detail |
|---|
public static InputFile photo(java.io.File file)
public static InputFile audio(java.io.File file)
public static InputFile video(java.io.File file)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||