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