Uses of Class
com.aoindustries.aoserv.client.account.Profile.EmailFormat
-
Packages that use Profile.EmailFormat Package Description com.aoindustries.aoserv.client.account -
-
Uses of Profile.EmailFormat in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return Profile.EmailFormat Modifier and Type Method Description Profile.EmailFormatProfile. getBillingEmailFormat()Profile.EmailFormatProfile. getTechnicalEmailFormat()static Profile.EmailFormatProfile.EmailFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.EmailFormat[]Profile.EmailFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aoindustries.aoserv.client.account with parameters of type Profile.EmailFormat Modifier and Type Method Description intAccount. addProfile(String name, boolean isPrivate, String phone, String fax, String address1, String address2, String city, String state, String country, String zip, boolean sendInvoice, String billingContact, Set<Email> billingEmail, Profile.EmailFormat billingEmailFormat, String technicalContact, Set<Email> technicalEmail, Profile.EmailFormat technicalEmailFormat)
-