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