Class EmailAccount

java.lang.Object
org.jclouds.glesys.domain.EmailAccount

public class EmailAccount extends Object
Detailed information on an Email Account
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static EmailAccount.Builder<?> builder()
    • toBuilder

      public EmailAccount.Builder<?> toBuilder()
    • getAccount

      public String getAccount()
      Returns:
      the e-mail address for this e-mail account
    • getQuota

      public EmailQuota getQuota()
      Returns:
      the quota for this e-mail account
    • getAntispamLevel

      public int getAntispamLevel()
      Returns:
      the antispam level of the e-mail account
    • isAntiVirus

      public boolean isAntiVirus()
      Returns:
      true if antivirus is enabled for this e-mail account
    • isAutoRespond

      public boolean isAutoRespond()
      Returns:
      true if auto-respond is enabled for this e-mail account
    • getAutoRespondMessage

      @Nullable public String getAutoRespondMessage()
      Returns:
      the auto-respond message for this e-mail account
    • isAutoRespondSaveEmail

      public boolean isAutoRespondSaveEmail()
      Returns:
      true if saving is enabled for auto-respond e-mails
    • getCreated

      public Date getCreated()
      Returns:
      when this account was created
    • getModified

      @Nullable public Date getModified()
      Returns:
      when this account was last modified
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object