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