AssetUploadingEvent
Constructors
Link copied to clipboard
constructor()
Constructor to init the AssetUploadingEvent class No-any params required
constructor(jAssetUploadingEvent: JSONObject)
Constructor to init the AssetUploadingEvent class
constructor(id: String, releaseEventDate: Long, release: Release, assetsUploaded: List<AssetUploadingEvent.AssetUploaded>, comment: String, commented: Boolean)
Constructor to init the AssetUploadingEvent class
Properties
Link copied to clipboard
ASSET_UPLOADING_EVENT_IDENTIFIER_KEY
the key for the "asset_uploading_event_id" fieldLink copied to clipboard
ASSET_UPLOADING_EVENT_KEY
the key for the "assetUploadingEvent" fieldLink copied to clipboard
ASSET_UPLOADING_EVENTS_KEY
the key for the "asset_uploading_events" fieldLink copied to clipboard
assetsUploaded
list of the assets have been uploaded in the eventsLink copied to clipboard
COMMENT_KEY
the key for the "comment" flagLink copied to clipboard
COMMENTED_KEY
the key for the "commented" flagLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
RELEASE_EVENT_DATE_KEY
the key for the "release_event_date" fieldLink copied to clipboard
RELEASE_EVENT_IDENTIFIER_KEY
the key for the "release_event_id" fieldLink copied to clipboard
RELEASE_EVENT_KEY
the key for the "release_event" fieldLink copied to clipboard
RELEASE_EVENT_STATUS_KEY
the key for the "status" fieldLink copied to clipboard
RELEASE_EVENTS_KEY
the key for the "release_events" fieldLink copied to clipboard
RELEASE_TAG_IDENTIFIER_KEY
the key for the "release_tag_id" fieldLink copied to clipboard
releaseEventDate
the date when the event occurredLink copied to clipboard
status
the related status of the eventLink copied to clipboard
Functions
Link copied to clipboard
Method to get release instance No-any params required
Link copied to clipboard
Method to get releaseEventDate instance No-any params required
Link copied to clipboard
Method to get releaseEventDate instance No-any params required
Link copied to clipboard
Method to get status instance No-any params required
Link copied to clipboard
Method to get commented instance No-any params required
Link copied to clipboard
Method to assemble and return a List of release events