LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
global class QuickActionRequest {
    global Id contextid;
    global String quickactionname;
    global SObject record;
    global QuickActionRequest() { }
    global Id getContextId() { }
    global String getQuickActionName() { }
    global SObject getRecord() { }
    global void setContextId(Id param0) { }
    global void setQuickActionName(String param0) { }
    global void setRecord(SObject param0) { }
 
}