Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CachingStrategyType
-
Packages that use CachingStrategyType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CachingStrategyType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CachingStrategyType Modifier and Type Method Description static CachingStrategyType
CachingStrategyType. fromValue(String v)
CachingStrategyType
CachingPolicyType. getCachingStrategy()
static CachingStrategyType
CachingStrategyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CachingStrategyType[]
CachingStrategyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachingStrategyType Modifier and Type Method Description CachingPolicyType
CachingPolicyType. cachingStrategy(CachingStrategyType value)
void
CachingPolicyType. setCachingStrategy(CachingStrategyType value)
-