Class AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection (0.3.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
NameDescription
pagesList<ListServiceProjectAttachmentsPage>
collectionSizeint
Returns
TypeDescription
AppHubClient.ListServiceProjectAttachmentsFixedSizeCollection
Overrides