Uses of Class
org.jclouds.glesys.domain.EmailAccount

Packages that use EmailAccount
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of EmailAccount in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return EmailAccount
 EmailAccount EmailAccount.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type EmailAccount
 int EmailAccount.compareTo(EmailAccount other)
           
 EmailAccount.Builder EmailAccount.Builder.fromEmail(EmailAccount in)
           
 

Uses of EmailAccount in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return types with arguments of type EmailAccount
 com.google.common.util.concurrent.ListenableFuture<Set<EmailAccount>> EmailAsyncClient.listAccounts(String domain)
           
 Set<EmailAccount> EmailClient.listAccounts(String domain)
          Get the set of detailed information about e-mail accounts
 



Copyright © 2009-2012 jclouds. All Rights Reserved.