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