Package com.microsoft.graph.requests
Class EducationSchoolCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationSchool,EducationSchoolCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.EducationSchoolCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationSchoolCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<EducationSchool,EducationSchoolCollectionWithReferencesRequestBuilder>
The class for the Education School Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationSchoolCollectionWithReferencesPage(EducationSchoolCollectionResponse response, EducationSchoolCollectionWithReferencesRequestBuilder builder) A collection page for EducationSchoolEducationSchoolCollectionWithReferencesPage(List<EducationSchool> pageContents, EducationSchoolCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for EducationSchool -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EducationSchoolCollectionWithReferencesPage
public EducationSchoolCollectionWithReferencesPage(@Nonnull EducationSchoolCollectionResponse response, @Nullable EducationSchoolCollectionWithReferencesRequestBuilder builder) A collection page for EducationSchool- Parameters:
response- the serialized EducationSchoolCollectionResponse from the servicebuilder- the request builder for the next collection page
-
EducationSchoolCollectionWithReferencesPage
public EducationSchoolCollectionWithReferencesPage(@Nonnull List<EducationSchool> pageContents, @Nullable EducationSchoolCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for EducationSchool- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-