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