Package com.microsoft.graph.requests
Class SchemaExtensionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SchemaExtension,SchemaExtensionCollectionRequestBuilder>
com.microsoft.graph.requests.SchemaExtensionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SchemaExtensionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SchemaExtension,SchemaExtensionCollectionRequestBuilder>
The class for the Schema Extension Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaExtensionCollectionPage(SchemaExtensionCollectionResponse response, SchemaExtensionCollectionRequestBuilder builder) A collection page for SchemaExtensionSchemaExtensionCollectionPage(List<SchemaExtension> pageContents, SchemaExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SchemaExtension -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SchemaExtensionCollectionPage
public SchemaExtensionCollectionPage(@Nonnull SchemaExtensionCollectionResponse response, @Nonnull SchemaExtensionCollectionRequestBuilder builder) A collection page for SchemaExtension- Parameters:
response- the serialized SchemaExtensionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SchemaExtensionCollectionPage
public SchemaExtensionCollectionPage(@Nonnull List<SchemaExtension> pageContents, @Nullable SchemaExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SchemaExtension- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-