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 Details

    • SchemaExtensionCollectionPage

      public SchemaExtensionCollectionPage(@Nonnull SchemaExtensionCollectionResponse response, @Nonnull SchemaExtensionCollectionRequestBuilder builder)
      A collection page for SchemaExtension
      Parameters:
      response - the serialized SchemaExtensionCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page