AssetFileDeleteResult
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.AssetFileDeleteResult.AssetFileDeleteResult(final long ptr) Parameters ptr: final long |
getAssetFileId
()
|
DeprecatedYou can use com.meta.horizon.platform.ovr.models.AssetFileDeleteResult#getAssetId() to retrieve the ID of the asset file.
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDeleteResult.getAssetFileId() Returns longÂ
long
|
getAssetId
()
|
This represents the ID of the asset file. When you want to use com.meta.horizon.platform.ovr.models.AssetFileDeleteResult#getAssetFileId(), you need to use com.meta.horizon.platform.ovr.models.AssetFileDeleteResult#getAssetId() instead. It can be retrieved using com.meta.horizon.platform.ovr.models.AssetDetails#getAssetId().
Signature
long com.meta.horizon.platform.ovr.models.AssetFileDeleteResult.getAssetId() Returns longÂ
long
|
getFilepath
()
|
File path of the asset file.
Signature
String com.meta.horizon.platform.ovr.models.AssetFileDeleteResult.getFilepath() Returns StringÂ
String
|
getSuccess
()
|
You can use this to determine whether deleting an asset file was successful or not.
Signature
boolean com.meta.horizon.platform.ovr.models.AssetFileDeleteResult.getSuccess() Returns booleanÂ
boolean
|