Mobile Business Object Retrieval

Retrieves a list of mobile business objects for a package.

Syntax

Collection<String> getMobileBusinessObjects() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples