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