Uses of Class
com.evolveum.midpoint.xml.ns._public.model.model_3.NotifyChangeType
-
Packages that use NotifyChangeType Package Description com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of NotifyChangeType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return NotifyChangeType Modifier and Type Method Description NotifyChangeType
NotifyChangeType. changeDescription(ResourceObjectShadowChangeDescriptionType value)
NotifyChangeType
NotifyChangeType. clone()
Creates and returns a deep copy of this object.NotifyChangeType
ObjectFactory. createNotifyChangeType()
Create an instance ofNotifyChangeType
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return types with arguments of type NotifyChangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotifyChangeType>
ObjectFactory. createNotifyChange(NotifyChangeType value)
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type NotifyChangeType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotifyChangeType>
ObjectFactory. createNotifyChange(NotifyChangeType value)
Constructors in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type NotifyChangeType Constructor Description NotifyChangeType(NotifyChangeType o)
Creates a newNotifyChangeType
instance by deeply copying a givenNotifyChangeType
instance.
-