Class EdiscoverySearchCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EdiscoverySearch,EdiscoverySearchCollectionRequestBuilder>
com.microsoft.graph.security.requests.EdiscoverySearchCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoverySearchCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<EdiscoverySearch,EdiscoverySearchCollectionRequestBuilder>
The class for the Ediscovery Search Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEdiscoverySearchCollectionPage
(EdiscoverySearchCollectionResponse response, EdiscoverySearchCollectionRequestBuilder builder) A collection page for EdiscoverySearchEdiscoverySearchCollectionPage
(List<EdiscoverySearch> pageContents, EdiscoverySearchCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EdiscoverySearch -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EdiscoverySearchCollectionPage
public EdiscoverySearchCollectionPage(@Nonnull EdiscoverySearchCollectionResponse response, @Nonnull EdiscoverySearchCollectionRequestBuilder builder) A collection page for EdiscoverySearch- Parameters:
response
- the serialized EdiscoverySearchCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
EdiscoverySearchCollectionPage
public EdiscoverySearchCollectionPage(@Nonnull List<EdiscoverySearch> pageContents, @Nullable EdiscoverySearchCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EdiscoverySearch- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-