global class FormInput {
|
global List<ConnectApi.FormFieldInput> formFieldsList;
|
global String formName;
|
global String memberIdentificationCode;
|
global FormInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|