Class NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection (3.43.0)

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
Name Description
pages List<ListNotificationChannelsPage>
collectionSize int
Returns
Type Description
NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection
Overrides