Class ChatServiceClient.FindGroupChatsFixedSizeCollection (0.57.0)

public static class ChatServiceClient.FindGroupChatsFixedSizeCollection extends AbstractFixedSizeCollection<FindGroupChatsRequest,FindGroupChatsResponse,Space,ChatServiceClient.FindGroupChatsPage,ChatServiceClient.FindGroupChatsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.FindGroupChatsFixedSizeCollection

Methods

createCollection(List<ChatServiceClient.FindGroupChatsPage> pages, int collectionSize)

protected ChatServiceClient.FindGroupChatsFixedSizeCollection createCollection(List<ChatServiceClient.FindGroupChatsPage> pages, int collectionSize)
Parameters
Name Description
pages List<FindGroupChatsPage>
collectionSize int
Returns
Type Description
ChatServiceClient.FindGroupChatsFixedSizeCollection
Overrides