Class HostPortCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostPort,HostPortCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostPortCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostPortCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<HostPort,HostPortCollectionWithReferencesRequestBuilder>
The class for the Host Port Collection With References Page.
  • Constructor Details

    • HostPortCollectionWithReferencesPage

      public HostPortCollectionWithReferencesPage(@Nonnull HostPortCollectionResponse response, @Nullable HostPortCollectionWithReferencesRequestBuilder builder)
      A collection page for HostPort
      Parameters:
      response - the serialized HostPortCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostPortCollectionWithReferencesPage

      public HostPortCollectionWithReferencesPage(@Nonnull List<HostPort> pageContents, @Nullable HostPortCollectionWithReferencesRequestBuilder nextRequestBuilder)
      Creates the collection page for HostPort
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page