Uses of Class
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.ActivationCapabilityType
-
Packages that use ActivationCapabilityType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 -
-
Uses of ActivationCapabilityType in com.evolveum.midpoint.schema
-
Uses of ActivationCapabilityType in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3
Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 that return ActivationCapabilityType Modifier and Type Method Description ActivationCapabilityType
ActivationCapabilityType. clone()
ActivationCapabilityType
ObjectFactory. createActivationCapabilityType()
ActivationCapabilityType
ActivationCapabilityType. enabled(Boolean value)
ActivationCapabilityType
ActivationCapabilityType. lockoutStatus(ActivationLockoutStatusCapabilityType value)
ActivationCapabilityType
ActivationCapabilityType. status(ActivationStatusCapabilityType value)
ActivationCapabilityType
ActivationCapabilityType. validFrom(ActivationValidityCapabilityType value)
ActivationCapabilityType
ActivationCapabilityType. validTo(ActivationValidityCapabilityType value)
Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 that return types with arguments of type ActivationCapabilityType Modifier and Type Method Description javax.xml.bind.JAXBElement<ActivationCapabilityType>
ObjectFactory. createActivation(ActivationCapabilityType value)
Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 with parameters of type ActivationCapabilityType Modifier and Type Method Description javax.xml.bind.JAXBElement<ActivationCapabilityType>
ObjectFactory. createActivation(ActivationCapabilityType value)
Constructors in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 with parameters of type ActivationCapabilityType Constructor Description ActivationCapabilityType(ActivationCapabilityType other)
-