Uses of Class
io.lakefs.clients.sdk.model.ImportCreationResponse
-
Packages that use ImportCreationResponse Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ImportCreationResponse in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ImportCreationResponse Modifier and Type Method Description ImportCreationResponseImportApi.APIimportStartRequest. execute()Execute importStart requestMethods in io.lakefs.clients.sdk that return types with arguments of type ImportCreationResponse Modifier and Type Method Description ApiResponse<ImportCreationResponse>ImportApi.APIimportStartRequest. executeWithHttpInfo()Execute importStart request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ImportCreationResponse Modifier and Type Method Description okhttp3.CallImportApi.APIimportStartRequest. executeAsync(ApiCallback<ImportCreationResponse> _callback)Execute importStart request (asynchronously) -
Uses of ImportCreationResponse in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ImportCreationResponse Modifier and Type Method Description static ImportCreationResponseImportCreationResponse. fromJson(String jsonString)Create an instance of ImportCreationResponse given an JSON stringImportCreationResponseImportCreationResponse. id(String id)ImportCreationResponseImportCreationResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-