Enum Class EnrichFieldRules.DefaultActionEnum

java.lang.Object
java.lang.Enum<EnrichFieldRules.DefaultActionEnum>
com.mypurecloud.sdk.v2.model.EnrichFieldRules.DefaultActionEnum
All Implemented Interfaces:
Serializable, Comparable<EnrichFieldRules.DefaultActionEnum>, java.lang.constant.Constable
Enclosing class:
EnrichFieldRules

public static enum EnrichFieldRules.DefaultActionEnum extends Enum<EnrichFieldRules.DefaultActionEnum>
Default behavior for combining data from the submitted request with any entity found in the database. The default behavior if unspecified is `PreferProvided`, meaning any non-null fields in the submitted request will override data in the database, but all null fields will remain unchanged. Omitting a field in the request payload means that it will be treated as null.