Class HostPairCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostPair,HostPairCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostPairCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostPairCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<HostPair,HostPairCollectionWithReferencesRequestBuilder>
The class for the Host Pair Collection With References Page.
  • Constructor Details

    • HostPairCollectionWithReferencesPage

      public HostPairCollectionWithReferencesPage(@Nonnull HostPairCollectionResponse response, @Nullable HostPairCollectionWithReferencesRequestBuilder builder)
      A collection page for HostPair
      Parameters:
      response - the serialized HostPairCollectionResponse from the service
      builder - the request builder for the next collection page
    • HostPairCollectionWithReferencesPage

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