Class ExtensionPropertyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExtensionProperty,ExtensionPropertyCollectionRequestBuilder>
com.microsoft.graph.requests.ExtensionPropertyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExtensionPropertyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExtensionProperty,ExtensionPropertyCollectionRequestBuilder>
The class for the Extension Property Collection Page.
  • Constructor Details

    • ExtensionPropertyCollectionPage

      public ExtensionPropertyCollectionPage(@Nonnull ExtensionPropertyCollectionResponse response, @Nonnull ExtensionPropertyCollectionRequestBuilder builder)
      A collection page for ExtensionProperty
      Parameters:
      response - the serialized ExtensionPropertyCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExtensionPropertyCollectionPage

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