public class TeamCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Team,TeamCollectionRequestBuilder>
| Constructor and Description |
|---|
TeamCollectionPage(java.util.List<Team> pageContents,
TeamCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Team
|
TeamCollectionPage(TeamCollectionResponse response,
TeamCollectionRequestBuilder builder)
A collection page for Team
|
public TeamCollectionPage(@Nonnull
TeamCollectionResponse response,
@Nonnull
TeamCollectionRequestBuilder builder)
response - the serialized TeamCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic TeamCollectionPage(@Nonnull
java.util.List<Team> pageContents,
@Nullable
TeamCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page