Class DrivePackage


public class DrivePackage extends DriveItemFolderType
A wrapper around a DriveItem that represents a package (OneNote).
  • Constructor Details

    • DrivePackage

      public DrivePackage(DriveItem delegate)
      Creates a new DrivePackage that wraps the given getDelegate() DriveItem.
      Parameters:
      delegate - the drive item to wrap
  • Method Details