public class PlaceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Place,PlaceCollectionRequestBuilder>
| Constructor and Description |
|---|
PlaceCollectionPage(java.util.List<Place> pageContents,
PlaceCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Place
|
PlaceCollectionPage(PlaceCollectionResponse response,
PlaceCollectionRequestBuilder builder)
A collection page for Place
|
public PlaceCollectionPage(@Nonnull
PlaceCollectionResponse response,
@Nonnull
PlaceCollectionRequestBuilder builder)
response - the serialized PlaceCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PlaceCollectionPage(@Nonnull
java.util.List<Place> pageContents,
@Nullable
PlaceCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page