get_accounts


Description:

public List<Object> get_accounts ()

Gets all accounts that this knows about.

The result is a list of [iface@Goa.Object] instances where each object at least has an [iface@Goa.Account] interface (that can be obtained via the [method@Goa.Object.get_account] method) but may also implement other interfaces such as [iface@Goa.Mail] or [ iface@Goa.Files].

Parameters:

this

A `GoaClient`

Returns:

A list of `GoaObject` instances