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