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