Class ColumnLinkCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ColumnLink,ColumnLinkCollectionRequestBuilder>
com.microsoft.graph.requests.ColumnLinkCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ColumnLinkCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ColumnLink,ColumnLinkCollectionRequestBuilder>
The class for the Column Link Collection Page.
  • Constructor Details

    • ColumnLinkCollectionPage

      public ColumnLinkCollectionPage(@Nonnull ColumnLinkCollectionResponse response, @Nonnull ColumnLinkCollectionRequestBuilder builder)
      A collection page for ColumnLink
      Parameters:
      response - the serialized ColumnLinkCollectionResponse from the service
      builder - the request builder for the next collection page
    • ColumnLinkCollectionPage

      public ColumnLinkCollectionPage(@Nonnull List<ColumnLink> pageContents, @Nullable ColumnLinkCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ColumnLink
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page