global class ApplicantWrapperInput {
|
global ConnectApi.applicantInput applicant;
|
global ConnectApi.partyProfileInput partyProfile;
|
global applicantWrapperInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|