public class BitlockerRecoveryKeyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BitlockerRecoveryKey,BitlockerRecoveryKeyCollectionRequestBuilder>
| Constructor and Description |
|---|
BitlockerRecoveryKeyCollectionPage(BitlockerRecoveryKeyCollectionResponse response,
BitlockerRecoveryKeyCollectionRequestBuilder builder)
A collection page for BitlockerRecoveryKey
|
BitlockerRecoveryKeyCollectionPage(java.util.List<BitlockerRecoveryKey> pageContents,
BitlockerRecoveryKeyCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for BitlockerRecoveryKey
|
public BitlockerRecoveryKeyCollectionPage(@Nonnull
BitlockerRecoveryKeyCollectionResponse response,
@Nonnull
BitlockerRecoveryKeyCollectionRequestBuilder builder)
response - the serialized BitlockerRecoveryKeyCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic BitlockerRecoveryKeyCollectionPage(@Nonnull
java.util.List<BitlockerRecoveryKey> pageContents,
@Nullable
BitlockerRecoveryKeyCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page