Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MailTransportSecurityType
-
Packages that use MailTransportSecurityType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MailTransportSecurityType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as MailTransportSecurityType Modifier and Type Field Description protected MailTransportSecurityTypeMailServerConfigurationType. transportSecurityMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MailTransportSecurityType Modifier and Type Method Description static MailTransportSecurityTypeMailTransportSecurityType. fromValue(String v)MailTransportSecurityTypeMailServerConfigurationType. getTransportSecurity()Gets the value of the transportSecurity property.static MailTransportSecurityTypeMailTransportSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static MailTransportSecurityType[]MailTransportSecurityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MailTransportSecurityType Modifier and Type Method Description voidMailServerConfigurationType. setTransportSecurity(MailTransportSecurityType value)Sets the value of the transportSecurity property.MailServerConfigurationTypeMailServerConfigurationType. transportSecurity(MailTransportSecurityType value)
-