Apex Code |
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class OAASRequest {
global Boolean AllTasksMode {
get;
set;
}
global Boolean ClearGantt {
get;
set;
}
global String FilterFieldAPIName {
get;
set;
}
global Datetime Finish {
get;
set;
}
global Boolean IncludeServicesWithEmptyLocation {
get;
set;
}
global String InJeopardyReason {
get;
set;
}
global String KeepApptScheduledField {
get;
set;
}
global Boolean KeepSameOrder {
get;
set;
}
global List<Id> Locations {
get;
set;
}
global Integer NumberOfServicesToSchedule {
get;
set;
}
global Id SchedulingPolicyID {
get;
set;
}
global Datetime Start {
get;
set;
}
global String StatusToUpdate {
get;
set;
}
global Id TriggeringRecipeId {
get;
set;
}
global OAASRequest() {
}
}
|