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 Details

    • BitlockerRecoveryKeyCollectionPage

      public BitlockerRecoveryKeyCollectionPage(@Nonnull BitlockerRecoveryKeyCollectionResponse response, @Nonnull BitlockerRecoveryKeyCollectionRequestBuilder builder)
      A collection page for BitlockerRecoveryKey
      Parameters:
      response - the serialized BitlockerRecoveryKeyCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page