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