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