Uses of Class
com.evolveum.midpoint.xml.ns._public.model.model_3.FindShadowOwnerResponseType
-
Packages that use FindShadowOwnerResponseType Package Description com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of FindShadowOwnerResponseType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return FindShadowOwnerResponseType Modifier and Type Method Description FindShadowOwnerResponseType
FindShadowOwnerResponseType. clone()
Creates and returns a deep copy of this object.FindShadowOwnerResponseType
ObjectFactory. createFindShadowOwnerResponseType()
Create an instance ofFindShadowOwnerResponseType
FindShadowOwnerResponseType
FindShadowOwnerResponseType. result(OperationResultType value)
FindShadowOwnerResponseType
FindShadowOwnerResponseType. user(UserType value)
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return types with arguments of type FindShadowOwnerResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<FindShadowOwnerResponseType>
ObjectFactory. createFindShadowOwnerResponse(FindShadowOwnerResponseType value)
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type FindShadowOwnerResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<FindShadowOwnerResponseType>
ObjectFactory. createFindShadowOwnerResponse(FindShadowOwnerResponseType value)
Constructors in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type FindShadowOwnerResponseType Constructor Description FindShadowOwnerResponseType(FindShadowOwnerResponseType o)
Creates a newFindShadowOwnerResponseType
instance by deeply copying a givenFindShadowOwnerResponseType
instance.
-