Class ProgramsServiceClient.ListProgramsFixedSizeCollection (0.2.0)

public static class ProgramsServiceClient.ListProgramsFixedSizeCollection extends AbstractFixedSizeCollection<ListProgramsRequest,ListProgramsResponse,Program,ProgramsServiceClient.ListProgramsPage,ProgramsServiceClient.ListProgramsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ProgramsServiceClient.ListProgramsFixedSizeCollection

Methods

createCollection(List<ProgramsServiceClient.ListProgramsPage> pages, int collectionSize)

protected ProgramsServiceClient.ListProgramsFixedSizeCollection createCollection(List<ProgramsServiceClient.ListProgramsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListProgramsPage>
collectionSize int
Returns
Type Description
ProgramsServiceClient.ListProgramsFixedSizeCollection
Overrides