global class BuildVerificationContextInput {
|
global String objectName;
|
global String processDetailName;
|
global String selectedRecordId;
|
global ConnectApi.SelectedVerifiedResultInput selectedVerifiedResult;
|
global BuildVerificationContextInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|