Class EntityServiceClient.ListWatchlistsFixedSizeCollection (0.33.0)

public static class EntityServiceClient.ListWatchlistsFixedSizeCollection extends AbstractFixedSizeCollection<ListWatchlistsRequest,ListWatchlistsResponse,Watchlist,EntityServiceClient.ListWatchlistsPage,EntityServiceClient.ListWatchlistsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EntityServiceClient.ListWatchlistsFixedSizeCollection

Methods

createCollection(@Nullable List<EntityServiceClient.ListWatchlistsPage> pages, int collectionSize)

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