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