Class SslCertificateCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SslCertificate,SslCertificateCollectionRequestBuilder>
com.microsoft.graph.security.requests.SslCertificateCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SslCertificateCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SslCertificate,SslCertificateCollectionRequestBuilder>
The class for the Ssl Certificate Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSslCertificateCollectionPage(SslCertificateCollectionResponse response, SslCertificateCollectionRequestBuilder builder) A collection page for SslCertificateSslCertificateCollectionPage(List<SslCertificate> pageContents, SslCertificateCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SslCertificate -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SslCertificateCollectionPage
public SslCertificateCollectionPage(@Nonnull SslCertificateCollectionResponse response, @Nonnull SslCertificateCollectionRequestBuilder builder) A collection page for SslCertificate- Parameters:
response- the serialized SslCertificateCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SslCertificateCollectionPage
public SslCertificateCollectionPage(@Nonnull List<SslCertificate> pageContents, @Nullable SslCertificateCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SslCertificate- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-