Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Operations

Each patch operation object MUST have exactly one "op" member, whose value indicates the operation to perform and MAY be one of "add", "remove", or "replace". See Section 3.5.2 for details.

Enumerations

Properties

Functions

Properties

op

op: Op

Defines the operation to be performed for this Patch. If op=remove, value is not required.

path

path: string

String containing an attribute path describing the target of the operation. The "path" attribute is OPTIONAL for "add" and "replace" and is REQUIRED for "remove" operations. See Section 3.5.2 for details

Optional value

value: any

The value could be either a simple value attribute e.g. string or number OR complex like map of the attributes to be added or replaced OR multivalues complex attributes.q1

Functions

getDeserializedJsonObj

getJsonObj