Class StoreCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Store,StoreCollectionRequestBuilder>
com.microsoft.graph.termstore.requests.StoreCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class StoreCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Store,StoreCollectionRequestBuilder>
The class for the Store Collection Page.
  • Constructor Details

    • StoreCollectionPage

      public StoreCollectionPage(@Nonnull StoreCollectionResponse response, @Nonnull StoreCollectionRequestBuilder builder)
      A collection page for Store
      Parameters:
      response - the serialized StoreCollectionResponse from the service
      builder - the request builder for the next collection page
    • StoreCollectionPage

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