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