【发布时间】:2013-07-10 04:20:54
【问题描述】:
我不是 Java 开发人员,但我需要为我的 Google 域自动创建电子邮件导出,并且仅支持 .NET 和 Java。具体来说,我正在尝试复制此处提供的 sn-p:https://developers.google.com/google-apps/email-audit/#creating_a_mailbox_for_export
很遗憾,我无法解析以下导入:
import com.google.gdata.client.appsforyourdomain.audit.AuditService;
import com.google.gdata.client.appsforyourdomain.audit.MailBoxDumpRequest;
import com.google.gdata.data.appsforyourdomain.generic.GenericEntry;
奇怪的是这个导入有效:
import com.google.gdata.client.appsforyourdomain.AppsForYourDomainService;
我尝试使用最新可用下载和源存储库中的库,但没有成功。对于我对 Java 导入和包的误解,我深表歉意,但我希望得到有关解决上述三个导入的指导。
【问题讨论】:
标签: java import gdata-api google-api-java-client google-admin-sdk