Class NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection (3.4.1)

public static class NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection extends AbstractFixedSizeCollection<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel,NotificationChannelServiceClient.ListNotificationChannelsPage,NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection

Methods

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

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