Class ExternalConnectionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalConnection,ExternalConnectionCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalConnectionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ExternalConnectionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ExternalConnection,ExternalConnectionCollectionRequestBuilder>
The class for the External Connection Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalConnectionCollectionPage(ExternalConnectionCollectionResponse response, ExternalConnectionCollectionRequestBuilder builder) A collection page for ExternalConnectionExternalConnectionCollectionPage(List<ExternalConnection> pageContents, ExternalConnectionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExternalConnection -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ExternalConnectionCollectionPage
public ExternalConnectionCollectionPage(@Nonnull ExternalConnectionCollectionResponse response, @Nonnull ExternalConnectionCollectionRequestBuilder builder) A collection page for ExternalConnection- Parameters:
response- the serialized ExternalConnectionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ExternalConnectionCollectionPage
public ExternalConnectionCollectionPage(@Nonnull List<ExternalConnection> pageContents, @Nullable ExternalConnectionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ExternalConnection- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-