| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.visitor.VisitorInfoUpdateRequest.CustomAttributesUpdateMethod | |
Specifies the method for updating custom attributes.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VisitorInfoUpdateRequest.CustomAttributesUpdateMethod | MERGE | Only custom attributes present in the request will be added or updated. | |||||||||
| VisitorInfoUpdateRequest.CustomAttributesUpdateMethod | REPLACE | All custom attributes for the visitor will be overwritten with the specified in the request | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static VisitorInfoUpdateRequest.CustomAttributesUpdateMethod | valueOf(String name) | ||||||||||
| final static CustomAttributesUpdateMethod[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
From interface
java.lang.constant.Constable
| |||||||||||
Only custom attributes present in the request will be added or updated. In case of merge it is
possible to remove a custom attribute by setting its value to null.
All custom attributes for the visitor will be overwritten with the specified in the request