Apex Code |
global class FieldsSetUtils {
global FieldsSetUtils() {
}
global static List<FSL.FieldsSetUtils.FieldSetField> getFieldSetWithRef(List<Schema.FieldSetMember> FieldSet, Boolean IsClientRequest) {
return null;
}
global static List<FSL.FieldsSetUtils.FieldSetField> getFieldSet(List<Schema.FieldSetMember> FieldSet) {
return null;
}
global static List<FSL.FieldsSetUtils.FieldSetField> getFieldSet(List<Schema.FieldSetMember> FieldSet, Boolean IsClientRequest) {
return null;
}
global class FieldSetField {
global FieldSetField() {
}
}
}
|