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 Details

    • TeamworkTagCollectionPage

      public TeamworkTagCollectionPage(@Nonnull TeamworkTagCollectionResponse response, @Nonnull TeamworkTagCollectionRequestBuilder builder)
      A collection page for TeamworkTag
      Parameters:
      response - the serialized TeamworkTagCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page