getById

open suspend override fun getById(id: Id): RegisteredObject?(source)

Returns the object associated with the given id, or null if not found.

Return

The object with the given id, or null if absent

Parameters

id

The identifier of the object to retrieve