public class EducationUserCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<EducationUser,EducationUserCollectionWithReferencesRequestBuilder>
Constructor and Description |
---|
EducationUserCollectionWithReferencesPage(EducationUserCollectionResponse response,
EducationUserCollectionWithReferencesRequestBuilder builder)
A collection page for EducationUser
|
EducationUserCollectionWithReferencesPage(java.util.List<EducationUser> pageContents,
EducationUserCollectionWithReferencesRequestBuilder nextRequestBuilder)
Creates the collection page for EducationUser
|
public EducationUserCollectionWithReferencesPage(@Nonnull EducationUserCollectionResponse response, @Nullable EducationUserCollectionWithReferencesRequestBuilder builder)
response
- the serialized EducationUserCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic EducationUserCollectionWithReferencesPage(@Nonnull java.util.List<EducationUser> pageContents, @Nullable EducationUserCollectionWithReferencesRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page