Class: OperationPriority

domain/OperationPriority.OperationPriority

Constructors

constructor

new OperationPriority(id, name)

Selectable operation priority

Parameters

Name

Type

Description

id

number

id of the priority

name

string

name of the priority

Properties

id

id: number

id of the priority


name

name: string

name of the priority

Methods

fromJSON

Static fromJSON(operationPriority): OperationPriority

Create from JSON

Parameters

Name

Type

Description

operationPriority

any

JSON object

Returns

OperationPriority