global class Schema { /** * Returns the category groups associated to the provided sobjects. */ global static List describeDataCategoryGroupStructures(List pairs, Boolean topCategoriesOnly) { } /** * Returns the category groups associated to the provided sobjects. */ global static List describeDataCategoryGroups(List sobjects) { } /** * Returns the meta information for the given SObject type names. Use options to load child relationships lazily or full */ global static List describeSObjects(List types, Object options) { } /** * Returns the meta information for the given SObject type names */ global static List describeSObjects(List types) { } /** * Returns the meta information for the tabs of the provided app object */ global static List describeTabs() { } global static Map getAppDescribe(String appName) { } global static Map getGlobalDescribe() { } global static Map getModuleDescribe(String moduleName) { } global static Map getModuleDescribe() { } }