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