-
public final class DeleteObjectStoreEntriesRequestRequest object containing input parameters for the IndexedDBDomain.deleteObjectStoreEntries command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsecurityOriginprivate final StringdatabaseNameprivate final StringobjectStoreNameprivate final KeyRangekeyRange
-
Constructor Summary
Constructors Constructor Description DeleteObjectStoreEntriesRequest(String securityOrigin, String databaseName, String objectStoreName, KeyRange keyRange)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final KeyRangecomponent4()final DeleteObjectStoreEntriesRequestcopy(String securityOrigin, String databaseName, String objectStoreName, KeyRange keyRange)final StringgetSecurityOrigin()final StringgetDatabaseName()final StringgetObjectStoreName()final KeyRangegetKeyRange()Range of entry keys to delete -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final KeyRange component4()
-
copy
final DeleteObjectStoreEntriesRequest copy(String securityOrigin, String databaseName, String objectStoreName, KeyRange keyRange)
-
getSecurityOrigin
final String getSecurityOrigin()
-
getDatabaseName
final String getDatabaseName()
-
getObjectStoreName
final String getObjectStoreName()
-
getKeyRange
final KeyRange getKeyRange()
Range of entry keys to delete
-
-
-
-