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