Uses of Class
de.aservo.confapi.commons.model.MailServerPopBean
Packages that use MailServerPopBean
Package
Description
-
Uses of MailServerPopBean in de.aservo.confapi.commons.model
Fields in de.aservo.confapi.commons.model declared as MailServerPopBeanModifier and TypeFieldDescriptionstatic final MailServerPopBeanMailServerPopBean.EXAMPLE_1static final MailServerPopBeanMailServerPopBean.EXAMPLE_2 -
Uses of MailServerPopBean in de.aservo.confapi.commons.rest
Methods in de.aservo.confapi.commons.rest with parameters of type MailServerPopBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractMailServerResourceImpl.setMailServerPop(MailServerPopBean bean) -
Uses of MailServerPopBean in de.aservo.confapi.commons.rest.api
Methods in de.aservo.confapi.commons.rest.api with parameters of type MailServerPopBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseMailServerPopResource.setMailServerPop(MailServerPopBean bean) -
Uses of MailServerPopBean in de.aservo.confapi.commons.service.api
Methods in de.aservo.confapi.commons.service.api that return MailServerPopBeanModifier and TypeMethodDescriptionMailServerService.getMailServerPop()Get the pop mailserver settings.MailServerService.setMailServerPop(MailServerPopBean popBean) Sets the pop mailserver settings.Methods in de.aservo.confapi.commons.service.api with parameters of type MailServerPopBeanModifier and TypeMethodDescriptionMailServerService.setMailServerPop(MailServerPopBean popBean) Sets the pop mailserver settings.