Class ChatServiceClient.ListMembershipsFixedSizeCollection (0.8.0)

public static class ChatServiceClient.ListMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListMembershipsRequest,ListMembershipsResponse,Membership,ChatServiceClient.ListMembershipsPage,ChatServiceClient.ListMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListMembershipsFixedSizeCollection

Methods

createCollection(List<ChatServiceClient.ListMembershipsPage> pages, int collectionSize)

protected ChatServiceClient.ListMembershipsFixedSizeCollection createCollection(List<ChatServiceClient.ListMembershipsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListMembershipsPage>
collectionSize int
Returns
Type Description
ChatServiceClient.ListMembershipsFixedSizeCollection
Overrides