Class AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection (0.9.0)

public static class AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection extends AbstractFixedSizeCollection<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse,ServiceProjectAttachment,AppHubClient.ListServiceProjectAttachmentsPage,AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection

Methods

createCollection(List<AppHubClient.ListServiceProjectAttachmentsPage> pages, int collectionSize)

protected AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection createCollection(List<AppHubClient.ListServiceProjectAttachmentsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListServiceProjectAttachmentsPage>
collectionSize int
Returns
Type Description
AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection
Overrides