Class TeamsAsyncOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TeamsAsyncOperation,TeamsAsyncOperationCollectionRequestBuilder>
com.microsoft.graph.requests.TeamsAsyncOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TeamsAsyncOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TeamsAsyncOperation,TeamsAsyncOperationCollectionRequestBuilder>
The class for the Teams Async Operation Collection Page.
  • Constructor Details

    • TeamsAsyncOperationCollectionPage

      public TeamsAsyncOperationCollectionPage(@Nonnull TeamsAsyncOperationCollectionResponse response, @Nonnull TeamsAsyncOperationCollectionRequestBuilder builder)
      A collection page for TeamsAsyncOperation
      Parameters:
      response - the serialized TeamsAsyncOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • TeamsAsyncOperationCollectionPage

      public TeamsAsyncOperationCollectionPage(@Nonnull List<TeamsAsyncOperation> pageContents, @Nullable TeamsAsyncOperationCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for TeamsAsyncOperation
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page