Class NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection (3.96.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection

Methods

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

protected NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection createCollection(@Nullable List<NotificationChannelServiceClient.ListNotificationChannelsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListNotificationChannelsPage>
collectionSize int
Returns
Type Description
NotificationChannelServiceClient.ListNotificationChannelsFixedSizeCollection
Overrides