Class NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection (3.2.9)

public static class NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection extends AbstractFixedSizeCollection<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse,NotificationChannelDescriptor,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage,NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection

Methods

createCollection(List<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage> pages, int collectionSize)

protected NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection createCollection(List<NotificationChannelServiceClient.ListNotificationChannelDescriptorsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListNotificationChannelDescriptorsPage>
collectionSizeint
Returns
TypeDescription
NotificationChannelServiceClient.ListNotificationChannelDescriptorsFixedSizeCollection
Overrides