global class RelatedListItem {
|
global List<String> customButtons;
|
global List<String> excludeButtons;
|
global List<String> fields;
|
global String relatedList;
|
global String sortField;
|
global Metadata.SortOrder sortOrder;
|
global RelatedListItem() { }
|
global Object clone() { }
|
|
}
|