Package com.microsoft.graph.requests
Class EducationClassCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationClass,EducationClassCollectionRequestBuilder>
com.microsoft.graph.requests.EducationClassCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationClassCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<EducationClass,EducationClassCollectionRequestBuilder>
The class for the Education Class Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationClassCollectionPage(EducationClassCollectionResponse response, EducationClassCollectionRequestBuilder builder) A collection page for EducationClassEducationClassCollectionPage(List<EducationClass> pageContents, EducationClassCollectionRequestBuilder 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
-
EducationClassCollectionPage
public EducationClassCollectionPage(@Nonnull EducationClassCollectionResponse response, @Nonnull EducationClassCollectionRequestBuilder builder) A collection page for EducationClass- Parameters:
response- the serialized EducationClassCollectionResponse from the servicebuilder- the request builder for the next collection page
-
EducationClassCollectionPage
public EducationClassCollectionPage(@Nonnull List<EducationClass> pageContents, @Nullable EducationClassCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationClass- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-