Class AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection (2.5.0)

public static class AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection extends AbstractFixedSizeCollection<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate,AuthorizedCertificatesClient.ListAuthorizedCertificatesPage,AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection

Methods

createCollection(List<AuthorizedCertificatesClient.ListAuthorizedCertificatesPage> pages, int collectionSize)

protected AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection createCollection(List<AuthorizedCertificatesClient.ListAuthorizedCertificatesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAuthorizedCertificatesPage>
collectionSizeint
Returns
TypeDescription
AuthorizedCertificatesClient.ListAuthorizedCertificatesFixedSizeCollection
Overrides