global class Templates { global Templates() { } global static Map cdpQueryMetadata(String entityType, String entityCategory, String entityName, String dataspace) { } global Object clone() { } global static Map getSObject(String apiName) { } global static List> getSObjects() { } global static Map getTemplate(String templateIdOrApiName, String filterGroup, String options) { } global static Map getTemplate(String templateIdOrApiName) { } global static Map getTemplateConfig(String templateIdOrApiName, String filterGroup, Boolean disableApex, String options) { } global static Map getTemplateConfig(String templateIdOrApiName) { } global static Map getTemplates(wave.TemplatesSearchOptions options) { } global static Map getTemplates() { } }