Class OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection (0.20.0)

public static class OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection extends AbstractFixedSizeCollection<ListOmnichannelSettingsRequest,ListOmnichannelSettingsResponse,OmnichannelSetting,OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage,OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection

Methods

createCollection(List<OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage> pages, int collectionSize)

protected OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection createCollection(List<OmnichannelSettingsServiceClient.ListOmnichannelSettingsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListOmnichannelSettingsPage>
collectionSize int
Returns
Type Description
OmnichannelSettingsServiceClient.ListOmnichannelSettingsFixedSizeCollection
Overrides