Package com.jtelegram.api.requests
Class GetUserProfilePhotos
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.QueryTelegramRequest<UserProfilePhotos>
-
- com.jtelegram.api.requests.GetUserProfilePhotos
-
- All Implemented Interfaces:
TelegramRequest
public class GetUserProfilePhotos extends QueryTelegramRequest<UserProfilePhotos>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUserProfilePhotos.GetUserProfilePhotosBuilder
-
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 protectedGetUserProfilePhotos(java.util.function.Consumer<UserProfilePhotos> callback, java.util.function.Consumer<TelegramException> errorHandler, java.lang.Long userId, java.lang.Integer offset, java.lang.Integer limit)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetUserProfilePhotos.GetUserProfilePhotosBuilderbuilder()java.lang.IntegergetLimit()java.lang.IntegergetOffset()java.lang.LonggetUserId()protected booleanisValid()Checks validity of this request.java.lang.StringtoString()-
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, wait, wait, wait
-
Methods inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
build
-
-
-
-
Constructor Detail
-
GetUserProfilePhotos
protected GetUserProfilePhotos(java.util.function.Consumer<UserProfilePhotos> callback, java.util.function.Consumer<TelegramException> errorHandler, java.lang.Long userId, java.lang.Integer offset, java.lang.Integer limit)
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:QueryTelegramRequestChecks validity of this request. Internal method used before sending.- Specified by:
isValidin classQueryTelegramRequest<UserProfilePhotos>- Returns:
- If it's valid
-
builder
public static GetUserProfilePhotos.GetUserProfilePhotosBuilder builder()
-
getUserId
public java.lang.Long getUserId()
-
getOffset
public java.lang.Integer getOffset()
-
getLimit
public java.lang.Integer getLimit()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-