TemplateStructureResponse

Prev Next

Classic/​VPC環境で利用できます。​

テンプレート構造の照会内容です。

構文

構文は次の通りです。

private Long sid;
private Long parentSid;
private NesDateTime createDate;
private String name;
private Boolean isCategory;
private Boolean isUse;
private List subCategoris;
private List templates;

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
sid Long Required テンプレートまたはカテゴリの SID
parentSid Long Required 親カテゴリ SID
  • -1人の場合、最上位カテゴリ
createDate NesDateTime Required 作成時間
name String Required テンプレートまたはカテゴリの名前
isCategory Boolean Required カテゴリかどうか
  • true | false
    • true: カテゴリ
    • false: テンプレート
isUse Boolean Required 使用有無
  • true | false
subCategoris List<TemplateStructureResponse> Optional 下位カテゴリ
templates List<TemplateStructureResponse> Optional 下位テンプレート