public class SendVideo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPTION_FIELD |
static String |
CHATID_FIELD |
static String |
DISABLENOTIFICATION_FIELD |
static String |
DURATION_FIELD |
static String |
HEIGHT_FIELD |
static String |
PATH |
static String |
REPLYMARKUP_FIELD |
static String |
REPLYTOMESSAGEID_FIELD |
static String |
VIDEO_FIELD |
static String |
WIDTH_FIELD |
| Constructor and Description |
|---|
SendVideo() |
| Modifier and Type | Method and Description |
|---|---|
SendVideo |
disableNotification() |
SendVideo |
enableNotification() |
String |
getCaption() |
String |
getChatId() |
Boolean |
getDisableNotification() |
Integer |
getDuration() |
Integer |
getHeight() |
File |
getNewVideoFile() |
InputStream |
getNewVideoStream() |
ReplyKeyboard |
getReplyMarkup() |
Integer |
getReplyToMessageId() |
String |
getVideo() |
String |
getVideoName() |
Integer |
getWidth() |
boolean |
isNewVideo() |
SendVideo |
setCaption(String caption) |
SendVideo |
setChatId(String chatId) |
SendVideo |
setDuration(Integer duration) |
SendVideo |
setHeight(Integer height) |
SendVideo |
setNewVideo(File file) |
SendVideo |
setNewVideo(String videoName,
InputStream inputStream) |
SendVideo |
setReplyMarkup(ReplyKeyboard replyMarkup) |
SendVideo |
setReplyToMessageId(Integer replyToMessageId) |
SendVideo |
setVideo(String video) |
SendVideo |
setWidth(Integer width) |
String |
toString() |
public static final String PATH
public static final String CHATID_FIELD
public static final String VIDEO_FIELD
public static final String DURATION_FIELD
public static final String CAPTION_FIELD
public static final String WIDTH_FIELD
public static final String HEIGHT_FIELD
public static final String DISABLENOTIFICATION_FIELD
public static final String REPLYTOMESSAGEID_FIELD
public static final String REPLYMARKUP_FIELD
public String getChatId()
public String getVideo()
public Integer getDuration()
public String getCaption()
public Integer getReplyToMessageId()
public ReplyKeyboard getReplyMarkup()
public SendVideo setReplyMarkup(ReplyKeyboard replyMarkup)
public boolean isNewVideo()
public String getVideoName()
public File getNewVideoFile()
public InputStream getNewVideoStream()
public Boolean getDisableNotification()
public SendVideo enableNotification()
public SendVideo disableNotification()
public Integer getWidth()
public Integer getHeight()
public SendVideo setNewVideo(String videoName, InputStream inputStream)
Copyright © 2016. All rights reserved.