Class ExtensionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Extension,ExtensionCollectionRequestBuilder>
com.microsoft.graph.requests.ExtensionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExtensionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Extension,ExtensionCollectionRequestBuilder>
The class for the Extension Collection Page.
  • Constructor Details

    • ExtensionCollectionPage

      public ExtensionCollectionPage(@Nonnull ExtensionCollectionResponse response, @Nonnull ExtensionCollectionRequestBuilder builder)
      A collection page for Extension
      Parameters:
      response - the serialized ExtensionCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExtensionCollectionPage

      public ExtensionCollectionPage(@Nonnull List<Extension> pageContents, @Nullable ExtensionCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Extension
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page