Class LegalHoldCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LegalHold,LegalHoldCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.LegalHoldCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LegalHoldCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<LegalHold,LegalHoldCollectionRequestBuilder>
The class for the Legal Hold Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionLegalHoldCollectionPage(LegalHoldCollectionResponse response, LegalHoldCollectionRequestBuilder builder) A collection page for LegalHoldLegalHoldCollectionPage(List<LegalHold> pageContents, LegalHoldCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LegalHold -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
LegalHoldCollectionPage
public LegalHoldCollectionPage(@Nonnull LegalHoldCollectionResponse response, @Nonnull LegalHoldCollectionRequestBuilder builder) A collection page for LegalHold- Parameters:
response- the serialized LegalHoldCollectionResponse from the servicebuilder- the request builder for the next collection page
-
LegalHoldCollectionPage
public LegalHoldCollectionPage(@Nonnull List<LegalHold> pageContents, @Nullable LegalHoldCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LegalHold- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-