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 Details

    • CommsOperationCollectionPage

      public CommsOperationCollectionPage(@Nonnull CommsOperationCollectionResponse response, @Nonnull CommsOperationCollectionRequestBuilder builder)
      A collection page for CommsOperation
      Parameters:
      response - the serialized CommsOperationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page