Package com.microsoft.graph.requests
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.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionAdministrativeUnitDeltaCollectionPage(AdministrativeUnitDeltaCollectionResponse response, AdministrativeUnitDeltaCollectionRequestBuilder builder) A collection page for AdministrativeUnit.AdministrativeUnitDeltaCollectionPage(List<AdministrativeUnit> pageContents, AdministrativeUnitDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AdministrativeUnitDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AdministrativeUnitDeltaCollectionPage
public AdministrativeUnitDeltaCollectionPage(@Nonnull AdministrativeUnitDeltaCollectionResponse response, @Nonnull AdministrativeUnitDeltaCollectionRequestBuilder builder) A collection page for AdministrativeUnit.- Parameters:
response- The serialized AdministrativeUnitDeltaCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-