Overview
This topic describes the attributes of the Command enumeration class.
Type
Enum
ADD
The type of the Command field is Enum. ADD is one of the enumeration values.
public static final Command ADDParameter description
Parameter | Type | Description |
|---|---|---|
ADD | Enum | The operation of adding data. |
UPDATE
The type of the Command field is Enum. UPDATE is one of the enumeration values.
public static final Command UPDATEParameter description
Parameter | Type | Description |
|---|---|---|
UPDATE | Enum | The operation of updating data. |
DELETE
The type of the Command field is Enum. DELETE is one of the enumeration values.
public static final Command DELETEParameter description
Parameter | Type | Description |
|---|---|---|
DELETE | Enum | The operation of deleting data. |