Package com.microsoft.graph.requests
Class EducationSchoolDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationSchool,EducationSchoolDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationSchoolDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationSchoolDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<EducationSchool,EducationSchoolDeltaCollectionRequestBuilder>
The class for the Education School Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionEducationSchoolDeltaCollectionPage(EducationSchoolDeltaCollectionResponse response, EducationSchoolDeltaCollectionRequestBuilder builder) A collection page for EducationSchool.EducationSchoolDeltaCollectionPage(List<EducationSchool> pageContents, EducationSchoolDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationSchoolDelta -
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
-
EducationSchoolDeltaCollectionPage
public EducationSchoolDeltaCollectionPage(@Nonnull EducationSchoolDeltaCollectionResponse response, @Nonnull EducationSchoolDeltaCollectionRequestBuilder builder) A collection page for EducationSchool.- Parameters:
response- The serialized EducationSchoolDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
EducationSchoolDeltaCollectionPage
public EducationSchoolDeltaCollectionPage(@Nonnull List<EducationSchool> pageContents, @Nullable EducationSchoolDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationSchoolDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-