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