Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.SynchronizationDirection
-
Packages that use SynchronizationDirection Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of SynchronizationDirection in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return SynchronizationDirection Modifier and Type Method Description SynchronizationDirectionExternalIdentifierProperties. getSynchronizationDirection()Return details of the synchronization direction.static SynchronizationDirectionSynchronizationDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationDirection[]SynchronizationDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type SynchronizationDirection Modifier and Type Method Description voidExternalIdentifierProperties. setSynchronizationDirection(SynchronizationDirection synchronizationDirection)Set up details of the synchronization direction.
-