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