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