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