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