Package org.robolectric.shadows
Class BackupDataInputBuilder
java.lang.Object
org.robolectric.shadows.BackupDataInputBuilder
Builder for a
BackupDataInput
object.-
Method Summary
Modifier and TypeMethodDescriptionaddEntity
(BackupDataEntity entity) Adds the given entity to the input.build()
Builds theBackupDataInput
instance with the added entities.static BackupDataInputBuilder
Creates a new builder forBackupDataInput
.
-
Method Details
-
newBuilder
Creates a new builder forBackupDataInput
. -
addEntity
Adds the given entity to the input. -
build
Builds theBackupDataInput
instance with the added entities.
-