Ticket

data class Ticket(val ticketId: String, val description: String, val creationTimestamp: Long? = null, val manager: String, val status: String, val lastUpdateTimestamp: Long? = null, val resourceId: String? = null, val position: Position? = null, val integrationId: String? = null, val managerInfo: Any? = null, val image: String? = null, val sound: String? = null, val owner: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(ticketId: String, description: String, creationTimestamp: Long? = null, manager: String, status: String, lastUpdateTimestamp: Long? = null, resourceId: String? = null, position: Position? = null, integrationId: String? = null, managerInfo: Any? = null, image: String? = null, sound: String? = null, owner: String? = null)

Properties

Link copied to clipboard
val creationTimestamp: Long? = null

creation timestamp

Link copied to clipboard

the description for the ticket

Link copied to clipboard
val image: String? = null

an optional image associated to the ticket

Link copied to clipboard
Link copied to clipboard
val integrationId: String? = null
Link copied to clipboard
Link copied to clipboard

the type of the ticket (INTERNAL, IVIVA)

Link copied to clipboard
val managerInfo: Any? = null
Link copied to clipboard
val owner: String? = null

the owner of the ticket

Link copied to clipboard
val position: Position? = null

the position associated to the ticket

Link copied to clipboard
val resourceId: String? = null

the resource associated to the ticket

Link copied to clipboard
val sound: String? = null

an optional sound (vocal note) associated to the ticket

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

the id of the ticket

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)