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