Package com.microsoft.graph.requests
Class BitlockerRecoveryKeyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BitlockerRecoveryKey,BitlockerRecoveryKeyCollectionRequestBuilder>
com.microsoft.graph.requests.BitlockerRecoveryKeyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class BitlockerRecoveryKeyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<BitlockerRecoveryKey,BitlockerRecoveryKeyCollectionRequestBuilder>
The class for the Bitlocker Recovery Key Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionBitlockerRecoveryKeyCollectionPage(BitlockerRecoveryKeyCollectionResponse response, BitlockerRecoveryKeyCollectionRequestBuilder builder) A collection page for BitlockerRecoveryKeyBitlockerRecoveryKeyCollectionPage(List<BitlockerRecoveryKey> pageContents, BitlockerRecoveryKeyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BitlockerRecoveryKey -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
BitlockerRecoveryKeyCollectionPage
public BitlockerRecoveryKeyCollectionPage(@Nonnull BitlockerRecoveryKeyCollectionResponse response, @Nonnull BitlockerRecoveryKeyCollectionRequestBuilder builder) A collection page for BitlockerRecoveryKey- Parameters:
response- the serialized BitlockerRecoveryKeyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
BitlockerRecoveryKeyCollectionPage
public BitlockerRecoveryKeyCollectionPage(@Nonnull List<BitlockerRecoveryKey> pageContents, @Nullable BitlockerRecoveryKeyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BitlockerRecoveryKey- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-