Uses of Class
org.apache.syncope.common.lib.types.TraceLevel
-
Packages that use TraceLevel Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of TraceLevel in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return TraceLevel Modifier and Type Method Description TraceLevelNotificationTaskTO. getTraceLevel()TraceLevelNotificationTO. getTraceLevel()Methods in org.apache.syncope.common.lib.to with parameters of type TraceLevel Modifier and Type Method Description voidNotificationTaskTO. setTraceLevel(TraceLevel traceLevel)voidNotificationTO. setTraceLevel(TraceLevel traceLevel) -
Uses of TraceLevel in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return TraceLevel Modifier and Type Method Description static TraceLevelTraceLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceLevel[]TraceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-