LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
global class CdpCalculatedInsight {
    global Object clone() { }
    global static ConnectApi.CdpCalculatedInsightOutput cloneCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightOutput createCalculatedInsight(ConnectApi.CdpCalculatedInsightInput input) { }
    global static void deleteCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightOutput deployCalculatedInsightFromPackage(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation disableCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation enableCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightOutput getCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightPage getCalculatedInsights(String definitionType, Integer batchSize, Integer offset, String orderby, String dataspace, String pageToken) { }
    global static ConnectApi.CdpCalculatedInsightPage getCalculatedInsights(String definitionType, Integer batchSize, Integer offset, String orderby, String dataspace) { }
    global static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation refreshStatusCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation runCalculatedInsight(String apiName) { }
    global static ConnectApi.CdpCalculatedInsightOutput updateCalculatedInsight(String apiName, ConnectApi.CdpCalculatedInsightInput input) { }
    global static ConnectApi.CdpCalculatedInsightStandardActionResponseRepresentation validateCalculatedInsight(ConnectApi.CdpCalculatedInsightValidateInput input) { }
 
}