Class ChatServiceClient.ListCustomEmojisFixedSizeCollection (0.27.0)

public static class ChatServiceClient.ListCustomEmojisFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji,ChatServiceClient.ListCustomEmojisPage,ChatServiceClient.ListCustomEmojisFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListCustomEmojisFixedSizeCollection

Methods

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

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