global class ExampleListRepresentation {
|
global List<SObject> customList;
|
global List<Object> objectList;
|
global List<String> stringList;
|
global ExampleListRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|