Class BrowserSiteCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BrowserSite,BrowserSiteCollectionRequestBuilder>
com.microsoft.graph.requests.BrowserSiteCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BrowserSiteCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BrowserSite,BrowserSiteCollectionRequestBuilder>
The class for the Browser Site Collection Page.
  • Constructor Details

    • BrowserSiteCollectionPage

      public BrowserSiteCollectionPage(@Nonnull BrowserSiteCollectionResponse response, @Nonnull BrowserSiteCollectionRequestBuilder builder)
      A collection page for BrowserSite
      Parameters:
      response - the serialized BrowserSiteCollectionResponse from the service
      builder - the request builder for the next collection page
    • BrowserSiteCollectionPage

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