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 Details

    • HostSslCertificateCollectionPage

      public HostSslCertificateCollectionPage(@Nonnull HostSslCertificateCollectionResponse response, @Nonnull HostSslCertificateCollectionRequestBuilder builder)
      A collection page for HostSslCertificate
      Parameters:
      response - the serialized HostSslCertificateCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page