DriveInfo.Builder
DriveInfo.Builder.autoexpanding(Boolean autoexpanding)
DriveInfo.Builder.bits(Integer bits)
DriveInfo.Builder.claimed(Iterable<String> claimed)
DriveInfo.Builder.claimType(ClaimType claimType)
DriveInfo.Builder.description(String description)
DriveInfo.Builder.driveType(Iterable<String> driveType)
DriveInfo.Builder.encryptionCipher(String encryptionCipher)
DriveInfo.Builder.encryptionKey(String encryptionKey)
DriveInfo.Builder.free(Boolean free)
static DriveInfo.Builder
DriveInfo.Builder.fromDriveInfo(DriveInfo in)
DriveInfo.Builder.imaging(String imaging)
DriveInfo.Builder.installNotes(String installNotes)
DriveInfo.Builder.metrics(DriveMetrics metrics)
DriveInfo.Builder.name(String name)
DriveInfo.Builder.os(String os)
DriveInfo.Builder.readers(Iterable<String> readers)
DriveInfo.Builder.size(long size)
DriveInfo.Builder.status(DriveStatus status)
DriveInfo.Builder.type(DriveType type)
DriveInfo.Builder.url(URI url)
DriveInfo.Builder.use(Iterable<String> use)
DriveInfo.Builder.user(String user)
DriveInfo.Builder.uuid(String uuid)