Class BrowserSiteListCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BrowserSiteList,BrowserSiteListCollectionRequestBuilder>
com.microsoft.graph.requests.BrowserSiteListCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BrowserSiteListCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BrowserSiteList,BrowserSiteListCollectionRequestBuilder>
The class for the Browser Site List Collection Page.
  • Constructor Details

    • BrowserSiteListCollectionPage

      public BrowserSiteListCollectionPage(@Nonnull BrowserSiteListCollectionResponse response, @Nonnull BrowserSiteListCollectionRequestBuilder builder)
      A collection page for BrowserSiteList
      Parameters:
      response - the serialized BrowserSiteListCollectionResponse from the service
      builder - the request builder for the next collection page
    • BrowserSiteListCollectionPage

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