Package com.microsoft.graph.requests
Class EducationCategoryDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationCategory,EducationCategoryDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationCategoryDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationCategoryDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<EducationCategory,EducationCategoryDeltaCollectionRequestBuilder>
The class for the Education Category Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionEducationCategoryDeltaCollectionPage(EducationCategoryDeltaCollectionResponse response, EducationCategoryDeltaCollectionRequestBuilder builder) A collection page for EducationCategory.EducationCategoryDeltaCollectionPage(List<EducationCategory> pageContents, EducationCategoryDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationCategoryDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EducationCategoryDeltaCollectionPage
public EducationCategoryDeltaCollectionPage(@Nonnull EducationCategoryDeltaCollectionResponse response, @Nonnull EducationCategoryDeltaCollectionRequestBuilder builder) A collection page for EducationCategory.- Parameters:
response- The serialized EducationCategoryDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
EducationCategoryDeltaCollectionPage
public EducationCategoryDeltaCollectionPage(@Nonnull List<EducationCategory> pageContents, @Nullable EducationCategoryDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EducationCategoryDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-