Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChangeAction
-
Packages that use LatestChangeAction Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of LatestChangeAction in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return LatestChangeAction Modifier and Type Method Description LatestChangeActionLatestChange. getLatestChangeAction()Return the type of change.static LatestChangeActionLatestChangeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static LatestChangeAction[]LatestChangeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type LatestChangeAction Modifier and Type Method Description voidLatestChange. setLatestChangeAction(LatestChangeAction latestChangeAction)Set up the type of change.
-