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