Class ChatServiceClient.FindGroupChatsFixedSizeCollection (0.59.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.FindGroupChatsFixedSizeCollection

Methods

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

protected ChatServiceClient.FindGroupChatsFixedSizeCollection createCollection(@Nullable List<ChatServiceClient.FindGroupChatsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<FindGroupChatsPage>
collectionSize int
Returns
Type Description
ChatServiceClient.FindGroupChatsFixedSizeCollection
Overrides