AssetUploaded

@Entity
class AssetUploaded : EquinoxItem

The AssetUploaded class is useful to represent an asset uploaded

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to init the AssetUploaded class No-any params required
constructor(jAssetUploaded: JSONObject)
Constructor to init the AssetUploaded class
constructor(id: String, assetUploadingEvent: AssetUploadingEvent, url: String, name: String)
Constructor to init the AssetUploaded class

Properties

Link copied to clipboard
val ASSET_UPLOADED_KEY: String = "asset_uploaded"
ASSET_UPLOADED_KEY the key for the "asset_uploaded" field
Link copied to clipboard
val ASSET_URL_KEY: String = "asset_url"
ASSET_URL_KEY the key for the "asset_url" field
Link copied to clipboard
val ASSETS_UPLOADED_KEY: String = "assets_uploaded"
ASSETS_UPLOADED_KEY the key for the "assets_uploaded" field
Link copied to clipboard
assetUploadingEvent event where the asset has been uploaded
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
name the name of the asset uploaded
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
val url: String
url the url which the asset can be downloaded

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun returnAssetUploadedList(jAssetUploaded: JSONArray): List<AssetUploadingEvent.AssetUploaded>
Method to assemble and return a List of assets uploaded
Link copied to clipboard
open fun toString(): String