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