Class ChatServiceClient.ListSectionsFixedSizeCollection (0.59.0)

public static class ChatServiceClient.ListSectionsFixedSizeCollection extends AbstractFixedSizeCollection<ListSectionsRequest,ListSectionsResponse,Section,ChatServiceClient.ListSectionsPage,ChatServiceClient.ListSectionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListSectionsFixedSizeCollection

Methods

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

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