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