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