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