getChildren
inline suspend fun <A : DataClassImpl, R : Comparable<R>> String.getChildren(context: Context, namespace: Namespace, crossinline sortBy: (A) -> R?): List<A>?
Fetches all the children of the DataClass with the specified object id.
Author
Arnau Mora
Since
20220101
Parameters
A
The children object type.
context
The context to initialize the search session from if not read.
namespace
The namespace of A.