Class AdministrativeUnitDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<AdministrativeUnit,AdministrativeUnitDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.AdministrativeUnitDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AdministrativeUnitDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<AdministrativeUnit,AdministrativeUnitDeltaCollectionRequestBuilder>
The class for the Administrative Unit Delta Collection Page.
  • Constructor Details

    • AdministrativeUnitDeltaCollectionPage

      public AdministrativeUnitDeltaCollectionPage(@Nonnull AdministrativeUnitDeltaCollectionResponse response, @Nonnull AdministrativeUnitDeltaCollectionRequestBuilder builder)
      A collection page for AdministrativeUnit.
      Parameters:
      response - The serialized AdministrativeUnitDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • AdministrativeUnitDeltaCollectionPage

      public AdministrativeUnitDeltaCollectionPage(@Nonnull List<AdministrativeUnit> pageContents, @Nullable AdministrativeUnitDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for AdministrativeUnitDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page