EncryptedAccessLogApi class
Constructors
- EncryptedAccessLogApi(String _sdkId)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
filterAccessLogsBy(
FilterOptions< AccessLog> filter) → Future<PaginatedListIterator< EncryptedAccessLog> > -
filterAccessLogsBySorted(
SortableFilterOptions< AccessLog> filter) → Future<PaginatedListIterator< EncryptedAccessLog> > -
getAccessLog(
String entityId) → Future< EncryptedAccessLog> -
getAccessLogs(
List< String> entityIds) → Future<List< EncryptedAccessLog> > -
modifyAccessLog(
EncryptedAccessLog entity) → Future< EncryptedAccessLog> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteAccessLog(
AccessLog accessLog) → Future< EncryptedAccessLog> -
undeleteAccessLogById(
String id, String rev) → Future< EncryptedAccessLog>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited