Class NotebookServiceClient.ListSchedulesFixedSizeCollection (0.6.2)

public static class NotebookServiceClient.ListSchedulesFixedSizeCollection extends AbstractFixedSizeCollection<ListSchedulesRequest,ListSchedulesResponse,Schedule,NotebookServiceClient.ListSchedulesPage,NotebookServiceClient.ListSchedulesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListSchedulesFixedSizeCollection

Methods

createCollection(List<NotebookServiceClient.ListSchedulesPage> pages, int collectionSize)

protected NotebookServiceClient.ListSchedulesFixedSizeCollection createCollection(List<NotebookServiceClient.ListSchedulesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListSchedulesPage>
collectionSizeint
Returns
TypeDescription
NotebookServiceClient.ListSchedulesFixedSizeCollection
Overrides