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