Package com.microsoft.graph.requests
Class EducationRubricCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationRubric,EducationRubricCollectionRequestBuilder>
com.microsoft.graph.requests.EducationRubricCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationRubricCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<EducationRubric,EducationRubricCollectionRequestBuilder>
The class for the Education Rubric Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEducationRubricCollectionPage
(EducationRubricCollectionResponse response, EducationRubricCollectionRequestBuilder builder) A collection page for EducationRubricEducationRubricCollectionPage
(List<EducationRubric> pageContents, EducationRubricCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationRubric -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EducationRubricCollectionPage
public EducationRubricCollectionPage(@Nonnull EducationRubricCollectionResponse response, @Nonnull EducationRubricCollectionRequestBuilder builder) A collection page for EducationRubric- Parameters:
response
- the serialized EducationRubricCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
EducationRubricCollectionPage
public EducationRubricCollectionPage(@Nonnull List<EducationRubric> pageContents, @Nullable EducationRubricCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationRubric- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-