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