global class EinsteinUser {
|
global String applicationId;
|
global Boolean canEditCase;
|
global List<String> erroredPredictionFields;
|
global Boolean isValid;
|
global String userId;
|
global EinsteinUser() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|