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