findGroupById

abstract fun findGroupById(groupId: String?): Group?

Find the @object:Group object by its id.

Return

an object @object:Group

Parameters

groupId

String The identifier of the group to find