public class EducationSubmissionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationSubmission,EducationSubmissionCollectionRequestBuilder>
| Constructor and Description |
|---|
EducationSubmissionCollectionPage(EducationSubmissionCollectionResponse response,
EducationSubmissionCollectionRequestBuilder builder)
A collection page for EducationSubmission
|
EducationSubmissionCollectionPage(java.util.List<EducationSubmission> pageContents,
EducationSubmissionCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for EducationSubmission
|
public EducationSubmissionCollectionPage(@Nonnull
EducationSubmissionCollectionResponse response,
@Nonnull
EducationSubmissionCollectionRequestBuilder builder)
response - the serialized EducationSubmissionCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic EducationSubmissionCollectionPage(@Nonnull
java.util.List<EducationSubmission> pageContents,
@Nullable
EducationSubmissionCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page