Uses of Class
com.cognite.client.config.UpsertMode
-
Packages that use UpsertMode Package Description com.cognite.client.config -
-
Uses of UpsertMode in com.cognite.client.config
Methods in com.cognite.client.config that return UpsertMode Modifier and Type Method Description abstract UpsertModeClientConfig. getUpsertMode()static UpsertModeUpsertMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UpsertMode[]UpsertMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cognite.client.config with parameters of type UpsertMode Modifier and Type Method Description ClientConfigClientConfig. withUpsertMode(UpsertMode mode)Sets the upsert mode.
-