Package com.jtelegram.api.requests
Class GetUserProfilePhotos.GetUserProfilePhotosBuilder
- java.lang.Object
-
- com.jtelegram.api.requests.GetUserProfilePhotos.GetUserProfilePhotosBuilder
-
- Enclosing class:
- GetUserProfilePhotos
public static class GetUserProfilePhotos.GetUserProfilePhotosBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetUserProfilePhotosbuild()GetUserProfilePhotos.GetUserProfilePhotosBuildercallback(java.util.function.Consumer<UserProfilePhotos> callback)GetUserProfilePhotos.GetUserProfilePhotosBuildererrorHandler(java.util.function.Consumer<TelegramException> errorHandler)GetUserProfilePhotos.GetUserProfilePhotosBuilderlimit(java.lang.Integer limit)GetUserProfilePhotos.GetUserProfilePhotosBuilderoffset(java.lang.Integer offset)java.lang.StringtoString()GetUserProfilePhotos.GetUserProfilePhotosBuilderuserId(java.lang.Long userId)
-
-
-
Method Detail
-
callback
public GetUserProfilePhotos.GetUserProfilePhotosBuilder callback(java.util.function.Consumer<UserProfilePhotos> callback)
-
errorHandler
public GetUserProfilePhotos.GetUserProfilePhotosBuilder errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
-
userId
public GetUserProfilePhotos.GetUserProfilePhotosBuilder userId(java.lang.Long userId)
-
offset
public GetUserProfilePhotos.GetUserProfilePhotosBuilder offset(java.lang.Integer offset)
-
limit
public GetUserProfilePhotos.GetUserProfilePhotosBuilder limit(java.lang.Integer limit)
-
build
public GetUserProfilePhotos build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-