Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CustomNotifierType
-
Packages that use CustomNotifierType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CustomNotifierType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type CustomNotifierType Modifier and Type Field Description protected List<CustomNotifierType>
EventHandlerType. customNotifier
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type CustomNotifierType Modifier and Type Method Description List<CustomNotifierType>
EventHandlerType. getCustomNotifier()
Gets the value of the customNotifier property.Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CustomNotifierType Constructor Description CustomNotifierType(CustomNotifierType o)
Creates a newCustomNotifierType
instance by deeply copying a givenCustomNotifierType
instance.
-