global class CardOutput {
|
global String cardRelatedObject;
|
global String configurationDeveloperName;
|
global String indirectObjectId;
|
global String name;
|
global String objectApiName;
|
global CardOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|