Uses of Class
com.uc4.api.objects.OutputScan.Inherit
-
Packages that use OutputScan.Inherit Package Description com.uc4.api.objects -
-
Uses of OutputScan.Inherit in com.uc4.api.objects
Methods in com.uc4.api.objects that return OutputScan.Inherit Modifier and Type Method Description OutputScan.Inherit
OutputScan. getInherit()
Returns anenum
which describes if the scan should affect child jobs.static OutputScan.Inherit
OutputScan.Inherit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutputScan.Inherit[]
OutputScan.Inherit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type OutputScan.Inherit Modifier and Type Method Description void
OutputScan. setInherit(OutputScan.Inherit inherit)
Sets anenum
which describes if the scan should affect child jobs.
-