public class AdministrativeUnitDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<AdministrativeUnit,AdministrativeUnitDeltaCollectionRequestBuilder>
| Constructor and Description |
|---|
AdministrativeUnitDeltaCollectionPage(AdministrativeUnitDeltaCollectionResponse response,
AdministrativeUnitDeltaCollectionRequestBuilder builder)
A collection page for AdministrativeUnit.
|
AdministrativeUnitDeltaCollectionPage(java.util.List<AdministrativeUnit> pageContents,
AdministrativeUnitDeltaCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for AdministrativeUnitDelta
|
public AdministrativeUnitDeltaCollectionPage(@Nonnull
AdministrativeUnitDeltaCollectionResponse response,
@Nonnull
AdministrativeUnitDeltaCollectionRequestBuilder builder)
response - The serialized AdministrativeUnitDeltaCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic AdministrativeUnitDeltaCollectionPage(@Nonnull
java.util.List<AdministrativeUnit> pageContents,
@Nullable
AdministrativeUnitDeltaCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page