Package com.microsoft.graph.requests
Class RichLongRunningOperationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RichLongRunningOperation,RichLongRunningOperationCollectionRequestBuilder>
com.microsoft.graph.requests.RichLongRunningOperationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RichLongRunningOperationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<RichLongRunningOperation,RichLongRunningOperationCollectionRequestBuilder>
The class for the Rich Long Running Operation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionRichLongRunningOperationCollectionPage
(RichLongRunningOperationCollectionResponse response, RichLongRunningOperationCollectionRequestBuilder builder) A collection page for RichLongRunningOperationRichLongRunningOperationCollectionPage
(List<RichLongRunningOperation> pageContents, RichLongRunningOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RichLongRunningOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
RichLongRunningOperationCollectionPage
public RichLongRunningOperationCollectionPage(@Nonnull RichLongRunningOperationCollectionResponse response, @Nonnull RichLongRunningOperationCollectionRequestBuilder builder) A collection page for RichLongRunningOperation- Parameters:
response
- the serialized RichLongRunningOperationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
RichLongRunningOperationCollectionPage
public RichLongRunningOperationCollectionPage(@Nonnull List<RichLongRunningOperation> pageContents, @Nullable RichLongRunningOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RichLongRunningOperation- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-