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