Class PlaceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Place,PlaceCollectionRequestBuilder>
com.microsoft.graph.requests.PlaceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PlaceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Place,PlaceCollectionRequestBuilder>
The class for the Place Collection Page.
  • Constructor Details

    • PlaceCollectionPage

      public PlaceCollectionPage(@Nonnull PlaceCollectionResponse response, @Nonnull PlaceCollectionRequestBuilder builder)
      A collection page for Place
      Parameters:
      response - the serialized PlaceCollectionResponse from the service
      builder - the request builder for the next collection page
    • PlaceCollectionPage

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