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