global class SearchInput {
|
global List<ConnectApi.SearchFilterRepresentation> searchFilters;
|
global String searchTerm;
|
global ConnectApi.VerificationContextInput verificationContext;
|
global SearchInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|