ConflictResolutionType
extends Enumeration
in package
Defines the type of conflict resolution to try during an update.
Table of Contents
Constants
- ALWAYS_OVERWRITE = 'AlwaysOverwrite'
- If there is a conflict, the update operation will overwrite information.
- AUTO_RESOLVE = 'AutoResolve'
- The update operation automatically resolves any conflict.
- NEVER_OVERWRITE = 'NeverOverwrite'
- If there is a conflict, the update operation fails and an error is returned.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
ALWAYS_OVERWRITE
If there is a conflict, the update operation will overwrite information.
public
string
ALWAYS_OVERWRITE
= 'AlwaysOverwrite'
Tags
AUTO_RESOLVE
The update operation automatically resolves any conflict.
public
string
AUTO_RESOLVE
= 'AutoResolve'
Tags
NEVER_OVERWRITE
If there is a conflict, the update operation fails and an error is returned.
public
string
NEVER_OVERWRITE
= 'NeverOverwrite'
Tags
Properties
$_
Element value.
public
string
$_
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.