public class ColumnLinkCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ColumnLink,ColumnLinkCollectionRequestBuilder>
| Constructor and Description |
|---|
ColumnLinkCollectionPage(ColumnLinkCollectionResponse response,
ColumnLinkCollectionRequestBuilder builder)
A collection page for ColumnLink
|
ColumnLinkCollectionPage(java.util.List<ColumnLink> pageContents,
ColumnLinkCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ColumnLink
|
public ColumnLinkCollectionPage(@Nonnull
ColumnLinkCollectionResponse response,
@Nonnull
ColumnLinkCollectionRequestBuilder builder)
response - the serialized ColumnLinkCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ColumnLinkCollectionPage(@Nonnull
java.util.List<ColumnLink> pageContents,
@Nullable
ColumnLinkCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page