Class ChatServiceClient.ListSectionsFixedSizeCollection (0.55.0)

public static class ChatServiceClient.ListSectionsFixedSizeCollection extends AbstractFixedSizeCollection<ListSectionsRequest,ListSectionsResponse,Section,ChatServiceClient.ListSectionsPage,ChatServiceClient.ListSectionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListSectionsFixedSizeCollection

Methods

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

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