Class EdiscoveryReviewTagCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EdiscoveryReviewTag,EdiscoveryReviewTagCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.EdiscoveryReviewTagCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoveryReviewTagCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<EdiscoveryReviewTag,EdiscoveryReviewTagCollectionWithReferencesRequestBuilder>
The class for the Ediscovery Review Tag Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEdiscoveryReviewTagCollectionWithReferencesPage(EdiscoveryReviewTagCollectionResponse response, EdiscoveryReviewTagCollectionWithReferencesRequestBuilder builder) A collection page for EdiscoveryReviewTagEdiscoveryReviewTagCollectionWithReferencesPage(List<EdiscoveryReviewTag> pageContents, EdiscoveryReviewTagCollectionWithReferencesRequestBuilder 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
-
EdiscoveryReviewTagCollectionWithReferencesPage
public EdiscoveryReviewTagCollectionWithReferencesPage(@Nonnull EdiscoveryReviewTagCollectionResponse response, @Nullable EdiscoveryReviewTagCollectionWithReferencesRequestBuilder builder) A collection page for EdiscoveryReviewTag- Parameters:
response- the serialized EdiscoveryReviewTagCollectionResponse from the servicebuilder- the request builder for the next collection page
-
EdiscoveryReviewTagCollectionWithReferencesPage
public EdiscoveryReviewTagCollectionWithReferencesPage(@Nonnull List<EdiscoveryReviewTag> pageContents, @Nullable EdiscoveryReviewTagCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for EdiscoveryReviewTag- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-