Uses of Class
de.aservo.confapi.commons.model.MailServerSmtpBean
Packages that use MailServerSmtpBean
Package
Description
-
Uses of MailServerSmtpBean in de.aservo.confapi.commons.model
Fields in de.aservo.confapi.commons.model declared as MailServerSmtpBeanModifier and TypeFieldDescriptionstatic final MailServerSmtpBeanMailServerSmtpBean.EXAMPLE_1static final MailServerSmtpBeanMailServerSmtpBean.EXAMPLE_2 -
Uses of MailServerSmtpBean in de.aservo.confapi.commons.rest
Methods in de.aservo.confapi.commons.rest with parameters of type MailServerSmtpBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractMailServerResourceImpl.setMailServerSmtp(MailServerSmtpBean bean) -
Uses of MailServerSmtpBean in de.aservo.confapi.commons.rest.api
Methods in de.aservo.confapi.commons.rest.api with parameters of type MailServerSmtpBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseMailServerSmtpResource.setMailServerSmtp(MailServerSmtpBean bean) -
Uses of MailServerSmtpBean in de.aservo.confapi.commons.service.api
Methods in de.aservo.confapi.commons.service.api that return MailServerSmtpBeanModifier and TypeMethodDescriptionMailServerService.getMailServerSmtp()Get the smtp mailserver settings.MailServerService.setMailServerSmtp(MailServerSmtpBean smtpBean) Sets the smtp mailserver settings.Methods in de.aservo.confapi.commons.service.api with parameters of type MailServerSmtpBeanModifier and TypeMethodDescriptionMailServerService.setMailServerSmtp(MailServerSmtpBean smtpBean) Sets the smtp mailserver settings.