global class Lenses { global Lenses() { } global Object clone() { } global static Map getLens(String lensIdOrApiName, String filterGroup) { } global static Map getLens(String lensIdOrApiName) { } global static Map getLenses(wave.LensesSearchOptions options) { } global static Map getLenses() { } }