apidocs / com.srv4pos.server.api.keyboard / KeyboardInfo

KeyboardInfo

class KeyboardInfo : SyncEntityInfo

User: Sergey, Date: 29.03.14 18:04.

Types

Fields

enum class Fields

List of fields for ordering.

Constructors

<init>

KeyboardInfo()

User: Sergey, Date: 29.03.14 18:04.

Properties

custom

var custom: String?

deviceFormFactor

lateinit var deviceFormFactor: DeviceFormFactor

Regular field.

height

var height: Int

Regular field.

identifier

var identifier: String?

This field uniqly identifies entity. There is no decision what is it, only the requirement - it must be unique trough one seller

index

var index: Int?

isDeleted

var isDeleted: Boolean

True if entity was deleted. Only possible if return diff

modified

var modified: Date?

name

lateinit var name: String

Regular field.

version

var version: Int?

width

var width: Int

Regular field.

Extension Functions

toJson

fun Info.toJson(): String