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