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