LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
global class DescribeQuickActionResult {
    global String accesslevelrequired;
    global String canvasapplicationid;
    global String canvasapplicationname;
    global List<Schema.DescribeColorResult> colors;
    global String contextsobjecttype;
    global List<QuickAction.DescribeQuickActionDefaultValue> defaultvalues;
    global String flowdevname;
    global String flowrecordidvar;
    global Integer height;
    global String iconname;
    global List<Schema.DescribeIconResult> icons;
    global String iconurl;
    global QuickAction.DescribeLayoutSection layout;
    global String lightningcomponentbundleid;
    global String lightningcomponentbundlename;
    global String lightningcomponentqualifiedname;
    global String lightningwebcomponentbundleid;
    global String lightningwebcomponentbundlename;
    global String lightningwebcomponentqualifiedname;
    global String miniiconurl;
    global String mobileextensionid;
    global Boolean showquickactionlcheader;
    global Boolean showquickactionvfheader;
    global String targetparentfield;
    global String targetrecordtypeid;
    global String targetsobjecttype;
    global String visualforcepagename;
    global String visualforcepageurl;
    global Integer width;
    global String getAccessLevelRequired() { }
    global String getActionEnumOrId() { }
    global String getCanvasApplicationId() { }
    global String getCanvasApplicationName() { }
    global List<Schema.DescribeColorResult> getColors() { }
    global String getContextSobjectType() { }
    global List<QuickAction.DescribeQuickActionDefaultValue> getDefaultValues() { }
    global String getFlowDevName() { }
    global String getFlowRecordIdVar() { }
    global Integer getHeight() { }
    global String getIconName() { }
    global String getIconUrl() { }
    global List<Schema.DescribeIconResult> getIcons() { }
    global String getLabel() { }
    global QuickAction.DescribeLayoutSection getLayout() { }
    global String getLightningComponentBundleId() { }
    global String getLightningComponentBundleName() { }
    global String getLightningComponentQualifiedName() { }
    global String getLightningWebComponentBundleId() { }
    global String getLightningWebComponentBundleName() { }
    global String getLightningWebComponentQualifiedName() { }
    global String getMiniIconUrl() { }
    global String getMobileExtensionId() { }
    global String getName() { }
    global Boolean getShowQuickActionLcHeader() { }
    global Boolean getShowQuickActionVfHeader() { }
    global String getTargetParentField() { }
    global String getTargetRecordTypeId() { }
    global String getTargetSobjectType() { }
    global String getType() { }
    global String getVisualforcePageName() { }
    global String getVisualforcePageUrl() { }
    global Integer getWidth() { }
 
}