Class CommentServiceClient.ListCommentsFixedSizeCollection (0.29.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
Name Description
pages List<ListCommentsPage>
collectionSize int
Returns
Type Description
CommentServiceClient.ListCommentsFixedSizeCollection
Overrides