AssetsApi class

Constructors

AssetsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

analyzeCompanyHandleAssetsAssetSlugGet(String companyHandle, String assetSlug) Future<CompaniesCompanyIdAssetsAssetIdGet200Response?>
Process (analyze) an asset. Attempt to process an analytic on a backend warehouse/AI model.
analyzeCompanyHandleAssetsAssetSlugGetWithHttpInfo(String companyHandle, String assetSlug) Future<Response>
Process (analyze) an asset. Attempt to process an analytic on a backend warehouse/AI model.
companiesCompanyIdAssetsAssetIdDelete(String companyId, String assetId) Future<CompaniesCompanyIdAssetsAssetIdDelete200Response?>
Delete single asset by ID
companiesCompanyIdAssetsAssetIdDeleteWithHttpInfo(String companyId, String assetId) Future<Response>
Delete single asset by ID
companiesCompanyIdAssetsAssetIdGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsAssetIdGet200Response?>
Get single asset by ID
companiesCompanyIdAssetsAssetIdGetWithHttpInfo(String companyId, String assetId) Future<Response>
Get single asset by ID
companiesCompanyIdAssetsAssetIdInfoschemaGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsGet200Response?>
Get the information schema for a specific asset's table
companiesCompanyIdAssetsAssetIdInfoschemaGetWithHttpInfo(String companyId, String assetId) Future<Response>
Get the information schema for a specific asset's table
companiesCompanyIdAssetsAssetIdInfoschemaSaveGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsGet200Response?>
Retrieve and save an asset's information schema
companiesCompanyIdAssetsAssetIdInfoschemaSaveGetWithHttpInfo(String companyId, String assetId) Future<Response>
Retrieve and save an asset's information schema
companiesCompanyIdAssetsAssetIdPatch(String companyId, String assetId, Asset asset) Future<CompaniesCompanyIdAssetsAssetIdPatch200Response?>
Update an existing asset by ID
companiesCompanyIdAssetsAssetIdPatchWithHttpInfo(String companyId, String assetId, Asset asset) Future<Response>
Update an existing asset by ID
companiesCompanyIdAssetsAssetIdPredictedPriceGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsGet200Response?>
Get AI-predicted pricing for a specific asset
companiesCompanyIdAssetsAssetIdPredictedPriceGetWithHttpInfo(String companyId, String assetId) Future<Response>
Get AI-predicted pricing for a specific asset
companiesCompanyIdAssetsAssetIdStatisticsGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsGet200Response?>
Get statistics for a specific asset (public endpoint)
companiesCompanyIdAssetsAssetIdStatisticsGetWithHttpInfo(String companyId, String assetId) Future<Response>
Get statistics for a specific asset (public endpoint)
companiesCompanyIdAssetsAssetIdTestGet(String companyId, String assetId) Future<CompaniesCompanyIdAssetsGet200Response?>
Test out an Asset (on a subset of data)
companiesCompanyIdAssetsAssetIdTestGetWithHttpInfo(String companyId, String assetId) Future<Response>
Test out an Asset (on a subset of data)
companiesCompanyIdAssetsGet(String companyId) Future<CompaniesCompanyIdAssetsGet200Response?>
Get all assets for a specific company
companiesCompanyIdAssetsGetWithHttpInfo(String companyId) Future<Response>
Get all assets for a specific company
companiesCompanyIdAssetsPost(String companyId, Asset asset) Future<CompaniesCompanyIdAssetsPost200Response?>
Create a new asset
companiesCompanyIdAssetsPostWithHttpInfo(String companyId, Asset asset) Future<Response>
Create a new asset
companiesCompanyIdAssetsStatisticsGet(String companyId) Future<CompaniesCompanyIdAssetsGet200Response?>
Get statistics for all assets the user has access to
companiesCompanyIdAssetsStatisticsGetWithHttpInfo(String companyId) Future<Response>
Get statistics for all assets the user has access to
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited