Uses of Enum Class
com.uc4.api.objects.OutputScan.Inherit
Packages that use OutputScan.Inherit
-
Uses of OutputScan.Inherit in com.uc4.api.objects
Methods in com.uc4.api.objects that return OutputScan.InheritModifier and TypeMethodDescriptionOutputScan.getInherit()Returns anenumwhich describes if the scan should affect child jobs.static OutputScan.InheritReturns the enum constant of this class with the specified name.static OutputScan.Inherit[]OutputScan.Inherit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api.objects with parameters of type OutputScan.InheritModifier and TypeMethodDescriptionvoidOutputScan.setInherit(OutputScan.Inherit inherit) Sets anenumwhich describes if the scan should affect child jobs.