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