global class ShiftsFromPattern {
|
global Integer count;
|
global ConnectApi.ShiftsFromPatternError error;
|
global Boolean isSuccess;
|
global List<String> recordIds;
|
global ShiftsFromPattern() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|