Uses of Enum Class
com.cognite.client.config.UpsertMode
Packages that use UpsertMode
-
Uses of UpsertMode in com.cognite.client.config
Methods in com.cognite.client.config that return UpsertModeModifier and TypeMethodDescriptionabstract UpsertModeClientConfig.getUpsertMode()static UpsertModeReturns the enum constant of this class with the specified name.static UpsertMode[]UpsertMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cognite.client.config with parameters of type UpsertModeModifier and TypeMethodDescriptionClientConfig.withUpsertMode(UpsertMode mode) Sets the upsert mode.