Class CommentServiceClient.ListCommentsFixedSizeCollection (0.11.0)

public static class CommentServiceClient.ListCommentsFixedSizeCollection extends AbstractFixedSizeCollection<ListCommentsRequest,ListCommentsResponse,Comment,CommentServiceClient.ListCommentsPage,CommentServiceClient.ListCommentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CommentServiceClient.ListCommentsFixedSizeCollection

Methods

createCollection(List<CommentServiceClient.ListCommentsPage> pages, int collectionSize)

protected CommentServiceClient.ListCommentsFixedSizeCollection createCollection(List<CommentServiceClient.ListCommentsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCommentsPage>
collectionSizeint
Returns
TypeDescription
CommentServiceClient.ListCommentsFixedSizeCollection
Overrides