Uses of Class
io.lakefs.clients.sdk.model.InstallationUsageReport
-
Packages that use InstallationUsageReport Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of InstallationUsageReport in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return InstallationUsageReport Modifier and Type Method Description InstallationUsageReportInternalApi.APIgetUsageReportSummaryRequest. execute()Execute getUsageReportSummary requestMethods in io.lakefs.clients.sdk that return types with arguments of type InstallationUsageReport Modifier and Type Method Description ApiResponse<InstallationUsageReport>InternalApi.APIgetUsageReportSummaryRequest. executeWithHttpInfo()Execute getUsageReportSummary request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type InstallationUsageReport Modifier and Type Method Description okhttp3.CallInternalApi.APIgetUsageReportSummaryRequest. executeAsync(ApiCallback<InstallationUsageReport> _callback)Execute getUsageReportSummary request (asynchronously) -
Uses of InstallationUsageReport in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return InstallationUsageReport Modifier and Type Method Description InstallationUsageReportInstallationUsageReport. addReportsItem(UsageReport reportsItem)static InstallationUsageReportInstallationUsageReport. fromJson(String jsonString)Create an instance of InstallationUsageReport given an JSON stringInstallationUsageReportInstallationUsageReport. installationId(String installationId)InstallationUsageReportInstallationUsageReport. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.InstallationUsageReportInstallationUsageReport. reports(List<UsageReport> reports)
-