EncryptedAccessLogPlatformApi class
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(String sdkId, FilterOptions<AccessLog> filter)
→ Future<PaginatedListIterator<EncryptedAccessLog>>
-
-
filterAccessLogsBySorted(String sdkId, SortableFilterOptions<AccessLog> filter)
→ Future<PaginatedListIterator<EncryptedAccessLog>>
-
-
getAccessLog(String sdkId, String entityId)
→ Future<EncryptedAccessLog>
-
-
getAccessLogs(String sdkId, List<String> entityIds)
→ Future<List<EncryptedAccessLog>>
-
-
modifyAccessLog(String sdkId, EncryptedAccessLog entity)
→ Future<EncryptedAccessLog>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shareWith(String sdkId, String delegateId, EncryptedAccessLog accessLog, AccessLogShareOptions? options)
→ Future<EncryptedAccessLog>
-
-
shareWithMany(String sdkId, EncryptedAccessLog accessLog, Map<String, AccessLogShareOptions> delegates)
→ Future<EncryptedAccessLog>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeleteAccessLog(String sdkId, AccessLog accessLog)
→ Future<EncryptedAccessLog>
-
-
undeleteAccessLogById(String sdkId, String id, String rev)
→ Future<EncryptedAccessLog>
-