Class HostSslCertificateCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostSslCertificate,HostSslCertificateCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostSslCertificateCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class HostSslCertificateCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<HostSslCertificate,HostSslCertificateCollectionWithReferencesRequestBuilder>
The class for the Host Ssl Certificate Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionHostSslCertificateCollectionWithReferencesPage(HostSslCertificateCollectionResponse response, HostSslCertificateCollectionWithReferencesRequestBuilder builder) A collection page for HostSslCertificateHostSslCertificateCollectionWithReferencesPage(List<HostSslCertificate> pageContents, HostSslCertificateCollectionWithReferencesRequestBuilder 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
-
HostSslCertificateCollectionWithReferencesPage
public HostSslCertificateCollectionWithReferencesPage(@Nonnull HostSslCertificateCollectionResponse response, @Nullable HostSslCertificateCollectionWithReferencesRequestBuilder builder) A collection page for HostSslCertificate- Parameters:
response- the serialized HostSslCertificateCollectionResponse from the servicebuilder- the request builder for the next collection page
-
HostSslCertificateCollectionWithReferencesPage
public HostSslCertificateCollectionWithReferencesPage(@Nonnull List<HostSslCertificate> pageContents, @Nullable HostSslCertificateCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for HostSslCertificate- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-