Package com.microsoft.graph.requests
Class AssociatedTeamInfoCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AssociatedTeamInfo,AssociatedTeamInfoCollectionRequestBuilder>
com.microsoft.graph.requests.AssociatedTeamInfoCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AssociatedTeamInfoCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AssociatedTeamInfo,AssociatedTeamInfoCollectionRequestBuilder>
The class for the Associated Team Info Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAssociatedTeamInfoCollectionPage(AssociatedTeamInfoCollectionResponse response, AssociatedTeamInfoCollectionRequestBuilder builder) A collection page for AssociatedTeamInfoAssociatedTeamInfoCollectionPage(List<AssociatedTeamInfo> pageContents, AssociatedTeamInfoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AssociatedTeamInfo -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AssociatedTeamInfoCollectionPage
public AssociatedTeamInfoCollectionPage(@Nonnull AssociatedTeamInfoCollectionResponse response, @Nonnull AssociatedTeamInfoCollectionRequestBuilder builder) A collection page for AssociatedTeamInfo- Parameters:
response- the serialized AssociatedTeamInfoCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AssociatedTeamInfoCollectionPage
public AssociatedTeamInfoCollectionPage(@Nonnull List<AssociatedTeamInfo> pageContents, @Nullable AssociatedTeamInfoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AssociatedTeamInfo- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-