Class SpeechClient.ListCustomClassesFixedSizeCollection (4.18.0)

public static class SpeechClient.ListCustomClassesFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomClassesRequest,ListCustomClassesResponse,CustomClass,SpeechClient.ListCustomClassesPage,SpeechClient.ListCustomClassesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SpeechClient.ListCustomClassesFixedSizeCollection

Methods

createCollection(List<SpeechClient.ListCustomClassesPage> pages, int collectionSize)

protected SpeechClient.ListCustomClassesFixedSizeCollection createCollection(List<SpeechClient.ListCustomClassesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCustomClassesPage>
collectionSizeint
Returns
TypeDescription
SpeechClient.ListCustomClassesFixedSizeCollection
Overrides