Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionTeamsAsyncOperationCollectionPage(TeamsAsyncOperationCollectionResponse response, TeamsAsyncOperationCollectionRequestBuilder builder) A collection page for TeamsAsyncOperationTeamsAsyncOperationCollectionPage(List<TeamsAsyncOperation> pageContents, TeamsAsyncOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for TeamsAsyncOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TeamsAsyncOperationCollectionPage
public TeamsAsyncOperationCollectionPage(@Nonnull TeamsAsyncOperationCollectionResponse response, @Nonnull TeamsAsyncOperationCollectionRequestBuilder builder) A collection page for TeamsAsyncOperation- Parameters:
response- the serialized TeamsAsyncOperationCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-