Class ChatServiceClient.ListCustomEmojisFixedSizeCollection (0.59.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListCustomEmojisFixedSizeCollection

Methods

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

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