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