Class FeedServiceClient.ShowFeedPage (0.47.0)

public static class FeedServiceClient.ShowFeedPage extends AbstractPage<ShowFeedRequest,ShowFeedResponse,FeedItem,FeedServiceClient.ShowFeedPage>

Inheritance

java.lang.Object > AbstractPage > FeedServiceClient.ShowFeedPage

Methods

createPage(PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ShowFeedResponse response)

protected FeedServiceClient.ShowFeedPage createPage(PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ShowFeedResponse response)
Parameters
Name Description
context PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem>
response ShowFeedResponse
Returns
Type Description
FeedServiceClient.ShowFeedPage
Overrides

createPageAsync(PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ApiFuture<ShowFeedResponse> futureResponse)

public ApiFuture<FeedServiceClient.ShowFeedPage> createPageAsync(PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem> context, ApiFuture<ShowFeedResponse> futureResponse)
Parameters
Name Description
context PageContext<ShowFeedRequest,ShowFeedResponse,FeedItem>
futureResponse ApiFuture<ShowFeedResponse>
Returns
Type Description
ApiFuture<ShowFeedPage>
Overrides