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