Class HostPairCollectionPage

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

public class HostPairCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<HostPair,HostPairCollectionRequestBuilder>
The class for the Host Pair Collection Page.
  • Constructor Details

    • HostPairCollectionPage

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

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