この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Newer Version Available

This content describes an older version of this product. View Latest

PlatformActionListItem クラス

レイアウトのプラットフォームアクションリストのアクションを表します。

名前空間

Metadata

使用方法

Metadata.Layout メタデータコンポーネントにアクセスするときは、このクラスを使用します。詳細は、『メタデータ API 開発者ガイド』の「PlatformActionListItem」を参照してください。

PlatformActionListItem のプロパティ

PlatformActionListItem のプロパティは次のとおりです。

actionName

リストのアクションの API 参照名。

署名

public String actionName {get; set;}

プロパティ値

型: String

actionType

アクションの種別。

署名

public Metadata.PlatformActionTypeEnum actionType {get; set;}

プロパティ値

型: Metadata.PlatformActionTypeEnum

sortOrder

リスト内のアクションの位置。

署名

public Integer sortOrder {get; set;}

プロパティ値

型: Integer

subtype

アクションのサブタイプ。

署名

public String subtype {get; set;}

プロパティ値

型: String

PlatformActionListItem のメソッド

PlatformActionListItem のメソッドは次のとおりです。

clone()

Metadata.PlatformActionListItem の複製を作成します。

署名

public Object clone()

戻り値

型: Object