Class JobServiceClient.ListCustomJobsFixedSizeCollection (3.42.0)

public static class JobServiceClient.ListCustomJobsFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage,JobServiceClient.ListCustomJobsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > JobServiceClient.ListCustomJobsFixedSizeCollection

Methods

createCollection(List<JobServiceClient.ListCustomJobsPage> pages, int collectionSize)

protected JobServiceClient.ListCustomJobsFixedSizeCollection createCollection(List<JobServiceClient.ListCustomJobsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCustomJobsPage>
collectionSizeint
Returns
TypeDescription
JobServiceClient.ListCustomJobsFixedSizeCollection
Overrides