Class GetWebhookInfo
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.QueryTelegramRequest<WebhookInfo>
-
- com.jtelegram.api.requests.webhooks.GetWebhookInfo
-
- All Implemented Interfaces:
TelegramRequest
public class GetWebhookInfo extends QueryTelegramRequest<WebhookInfo>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWebhookInfo.GetWebhookInfoBuilder
-
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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWebhookInfo.GetWebhookInfoBuilder
builder()
protected boolean
isValid()
Checks validity of this request.-
Methods inherited from class com.jtelegram.api.requests.framework.QueryTelegramRequest
canEqual, equals, handleResponse, hashCode, 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
-
-
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:QueryTelegramRequest
Checks validity of this request. Internal method used before sending.- Specified by:
isValid
in classQueryTelegramRequest<WebhookInfo>
- Returns:
- If it's valid
-
builder
public static GetWebhookInfo.GetWebhookInfoBuilder builder()
-
-