Uses of Class
com.evolveum.midpoint.xml.ns._public.model.model_3.NotifyChangeResponseType
-
Packages that use NotifyChangeResponseType Package Description com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of NotifyChangeResponseType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return NotifyChangeResponseType Modifier and Type Method Description NotifyChangeResponseType
NotifyChangeResponseType. clone()
Creates and returns a deep copy of this object.NotifyChangeResponseType
ObjectFactory. createNotifyChangeResponseType()
Create an instance ofNotifyChangeResponseType
NotifyChangeResponseType
NotifyChangeResponseType. task(TaskType value)
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return types with arguments of type NotifyChangeResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotifyChangeResponseType>
ObjectFactory. createNotifyChangeResponse(NotifyChangeResponseType value)
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type NotifyChangeResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<NotifyChangeResponseType>
ObjectFactory. createNotifyChangeResponse(NotifyChangeResponseType value)
Constructors in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type NotifyChangeResponseType Constructor Description NotifyChangeResponseType(NotifyChangeResponseType o)
Creates a newNotifyChangeResponseType
instance by deeply copying a givenNotifyChangeResponseType
instance.
-