Uses of Class
de.otto.flummi.bulkactions.IndexOpType
-
Packages that use IndexOpType Package Description de.otto.flummi.bulkactions -
-
Uses of IndexOpType in de.otto.flummi.bulkactions
Methods in de.otto.flummi.bulkactions that return IndexOpType Modifier and Type Method Description static IndexOpTypeIndexOpType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexOpType[]IndexOpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.otto.flummi.bulkactions with parameters of type IndexOpType Modifier and Type Method Description IndexActionBuilderIndexActionBuilder. setOpType(IndexOpType opType)
-