Uses of Class
io.atlasmap.json.v2.InspectionType
-
-
Uses of InspectionType in io.atlasmap.json.v2
Fields in io.atlasmap.json.v2 declared as InspectionType Modifier and Type Field Description protected InspectionTypeJsonInspectionRequest. typeMethods in io.atlasmap.json.v2 that return InspectionType Modifier and Type Method Description static InspectionTypeInspectionType. fromValue(String v)Deprecated.InspectionTypeJsonInspectionRequest. getType()Gets the value of the type property.static InspectionTypeInspectionType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static InspectionType[]InspectionType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atlasmap.json.v2 with parameters of type InspectionType Modifier and Type Method Description voidJsonInspectionRequest. setType(InspectionType value)Sets the value of the type property.
-