Class: OperationPriority¶
domain/OperationPriority.OperationPriority
Constructors¶
constructor¶
new OperationPriority(id
, name
)
Selectable operation priority
Parameters¶
Name |
Type |
Description |
---|---|---|
|
|
id of the priority |
|
|
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 |
---|---|---|
|
|
JSON object |