public class GetUpdates extends BaseRequest<GetUpdates,GetUpdatesResponse>
thisAsT
Constructor and Description |
---|
GetUpdates() |
Modifier and Type | Method and Description |
---|---|
GetUpdates |
allowedUpdates(java.lang.String... allowedUpdates) |
int |
getLimit() |
int |
getTimeoutSeconds() |
GetUpdates |
limit(int limit) |
GetUpdates |
offset(int offset) |
GetUpdates |
timeout(int timeout) |
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, isMultipart, serialize, toWebhookResponse
public GetUpdates offset(int offset)
public GetUpdates limit(int limit)
public GetUpdates timeout(int timeout)
public GetUpdates allowedUpdates(java.lang.String... allowedUpdates)
public int getTimeoutSeconds()
getTimeoutSeconds
in class BaseRequest<GetUpdates,GetUpdatesResponse>
public int getLimit()