需要帮助以使用 MIP SDK Java Wrapper 库以编程方式检索标签的保护属性,例如“加密文件和电子邮件”和“标记文件内容” 。
Label 类中没有字段来保存这些值:
public class Label {
private String id;
private String name;
private String description;
private String color;
private int sensitivity;
private String tooltip;
private String autotooltip;
private ActionSource actionsource;
private Label parent;
private List<Label> children;
private List<Pair<String, String>> customSettings;
private List<String> contentFormats;
private boolean isActive;
}