Class ChatServiceClient.ListMembershipsFixedSizeCollection (0.59.0)

public static class ChatServiceClient.ListMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListMembershipsRequest,ListMembershipsResponse,Membership,ChatServiceClient.ListMembershipsPage,ChatServiceClient.ListMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ChatServiceClient.ListMembershipsFixedSizeCollection

Methods

createCollection(@Nullable List<ChatServiceClient.ListMembershipsPage> pages, int collectionSize)

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