Class JobServiceClient.ListCustomJobsFixedSizeCollection (3.44.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
Name Description
pages List<ListCustomJobsPage>
collectionSize int
Returns
Type Description
JobServiceClient.ListCustomJobsFixedSizeCollection
Overrides