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