Class SendableChatRequest<T>
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.QueryTelegramRequest<T>
-
- com.jtelegram.api.requests.message.framework.req.SendableChatRequest<T>
-
- All Implemented Interfaces:
TelegramRequest
- Direct Known Subclasses:
EditMessageRequest,ExportChatInviteLink,SendableMessageRequest
public class SendableChatRequest<T> extends QueryTelegramRequest<T>
-
-
Field Summary
-
Fields inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
errorHandler, gson
-
Fields inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
JSON_MEDIA_TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSendableChatRequest(java.lang.String endPoint, java.lang.Class<T> callbackType, java.util.function.Consumer<T> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)ChatIdgetChatId()inthashCode()protected booleanisValid()Checks validity of this request.voidsetChatId(ChatId chatId)-
Methods inherited from class com.jtelegram.api.requests.framework.QueryTelegramRequest
handleResponse, setCallback
-
Methods inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
getBody, getEndPoint, handleError, handleException, serialize, setErrorHandler, validate
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
build
-
-
-
-
Constructor Detail
-
SendableChatRequest
protected SendableChatRequest(java.lang.String endPoint, java.lang.Class<T> callbackType, java.util.function.Consumer<T> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId)
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:QueryTelegramRequestChecks validity of this request. Internal method used before sending.- Specified by:
isValidin classQueryTelegramRequest<T>- Returns:
- If it's valid
-
getChatId
public ChatId getChatId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classQueryTelegramRequest<T>
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classQueryTelegramRequest<T>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classQueryTelegramRequest<T>
-
setChatId
public void setChatId(ChatId chatId)
-
-