-
public final class RequestDatabaseResponseResponse type for the IndexedDBDomain.requestDatabase command.
-
-
Field Summary
Fields Modifier and Type Field Description private final DatabaseWithObjectStoresdatabaseWithObjectStores
-
Constructor Summary
Constructors Constructor Description RequestDatabaseResponse(DatabaseWithObjectStores databaseWithObjectStores)
-
Method Summary
Modifier and Type Method Description final DatabaseWithObjectStorescomponent1()final RequestDatabaseResponsecopy(DatabaseWithObjectStores databaseWithObjectStores)final DatabaseWithObjectStoresgetDatabaseWithObjectStores()Database with an array of object stores. -
-
Constructor Detail
-
RequestDatabaseResponse
RequestDatabaseResponse(DatabaseWithObjectStores databaseWithObjectStores)
-
-
Method Detail
-
component1
final DatabaseWithObjectStores component1()
-
copy
final RequestDatabaseResponse copy(DatabaseWithObjectStores databaseWithObjectStores)
-
getDatabaseWithObjectStores
final DatabaseWithObjectStores getDatabaseWithObjectStores()
Database with an array of object stores.
-
-
-
-