CdpCalculatedInsight クラス
名前空間
CdpCalculatedInsight のメソッド
createCalculatedInsight(input)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightOutput createCalculatedInsight(ConnectApi.CdpCalculatedInsightInput input)
パラメーター
- input
- 型: ConnectApi.CdpCalculatedInsightInput
- 計算済みインサイトの入力表現。
deleteCalculatedInsight(apiName)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static Void deleteCalculatedInsight(String apiName)
パラメーター
- apiName
- 型: String
- 削除する計算済みインサイトの API 参照名。
戻り値
型: Void
getCalculatedInsight(apiName)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightOutput getCalculatedInsight(String apiName)
パラメーター
- apiName
- 型: String
- 取得する計算済みインサイトの API 参照名。
getCalculatedInsights(definitionType, batchSize, offset, orderby, dataspace)
API バージョン
56.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightPage getCalculatedInsights(String definitionType, Integer batchSize, Integer offset, String orderby, String dataspace)
パラメーター
- definitionType
- 型: String
- 計算済みインサイトの定義種別。値は次のとおりです。
- CalculatedMetric
- ExternalMetric
- StreamingMetric
- batchSize
- 型: Integer
- 返される項目の数。値の範囲は 1 ~ 300 です。指定されていない場合、デフォルト値は 25 です。
- offset
- 型: Integer
- 結果を返す前にスキップする行数。指定されていない場合、行はスキップされません。
- orderby
- 型: String
- 結果セットの並べ替え順 (例: GenderId__c ASC,Occupation__c DESC)。指定されていない場合、項目は取得順に返されます。
- dataspace
- 型: String
- データスペースの名前。
getCalculatedInsights(definitionType, batchSize, offset, orderby, dataspace, pageToken)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightPage getCalculatedInsights(String definitionType, Integer batchSize, Integer offset, String orderby, String dataspace, String pageToken)
パラメーター
- definitionType
- 型: String
- 計算済みインサイトの定義種別。値は次のとおりです。
- CalculatedMetric
- ExternalMetric
- StreamingMetric
- batchSize
- 型: Integer
- 返される項目の数。値の範囲は 1 ~ 300 です。指定されていない場合、デフォルト値は 25 です。
- offset
- 型: Integer
- 結果を返す前にスキップする行数。指定されていない場合、行はスキップされません。
- orderby
- 型: String
- 結果セットの並べ替え順 (例: GenderId__c ASC,Occupation__c DESC)。指定されていない場合、項目は取得順に返されます。
- dataspace
- 型: String
- データスペースの名前。
- pageToken
- 型: String
- 情報ページの表示に使用するページトークンを指定します。ページトークンは、currentPageToken または nextPageToken のように、応答クラスの一部として返されます。null を渡すと、最初のページが返されます。
runCalculatedInsight(apiName)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightStandardActionesponseRepresentation runCalculatedInsight(String apiName)
パラメーター
- apiName
- 型: String
- 実行する計算済みインサイトの API 参照名。
updateCalculatedInsight(apiName, input)
API バージョン
57.0
Chatter が必要かどうか
いいえ
署名
public static ConnectApi.CdpCalculatedInsightOutput updateCalculatedInsight(String apiName, ConnectApi.CdpCalculatedInsightInput input)
パラメーター
- apiName
- 型: String
- 更新する計算済みインサイトの API 参照名。
- input
- 型: ConnectApi.CdpCalculatedInsightInput
- 計算済みインサイトの入力表現。