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