Uses of Class
io.lakefs.clients.sdk.model.VersionConfig
-
Packages that use VersionConfig Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of VersionConfig in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return VersionConfig Modifier and Type Method Description VersionConfigInternalApi.APIgetLakeFSVersionRequest. execute()Deprecated.Methods in io.lakefs.clients.sdk that return types with arguments of type VersionConfig Modifier and Type Method Description ApiResponse<VersionConfig>InternalApi.APIgetLakeFSVersionRequest. executeWithHttpInfo()Deprecated.Method parameters in io.lakefs.clients.sdk with type arguments of type VersionConfig Modifier and Type Method Description okhttp3.CallInternalApi.APIgetLakeFSVersionRequest. executeAsync(ApiCallback<VersionConfig> _callback)Deprecated. -
Uses of VersionConfig in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return VersionConfig Modifier and Type Method Description static VersionConfigVersionConfig. fromJson(String jsonString)Create an instance of VersionConfig given an JSON stringVersionConfigConfig. getVersionConfig()Get versionConfigVersionConfigVersionConfig. latestVersion(String latestVersion)VersionConfigVersionConfig. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.VersionConfigVersionConfig. upgradeRecommended(Boolean upgradeRecommended)VersionConfigVersionConfig. upgradeUrl(String upgradeUrl)VersionConfigVersionConfig. version(String version)Methods in io.lakefs.clients.sdk.model with parameters of type VersionConfig Modifier and Type Method Description voidConfig. setVersionConfig(VersionConfig versionConfig)ConfigConfig. versionConfig(VersionConfig versionConfig)
-