record abstract method
GET /{resource}/{id} — the only call that returns per-record permissions.
Implementation
Future<ResourceRecord> record(String resourceKey, Object id);
GET /{resource}/{id} — the only call that returns per-record permissions.
Future<ResourceRecord> record(String resourceKey, Object id);