public static final enum

VisitorInfoUpdateRequest.CustomAttributesUpdateMethod

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.visitor.VisitorInfoUpdateRequest.CustomAttributesUpdateMethod

Class Overview

Specifies the method for updating custom attributes.

Summary

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

Enum Values

public static final VisitorInfoUpdateRequest.CustomAttributesUpdateMethod MERGE

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.

public static final VisitorInfoUpdateRequest.CustomAttributesUpdateMethod REPLACE

All custom attributes for the visitor will be overwritten with the specified in the request

Public Methods

public static VisitorInfoUpdateRequest.CustomAttributesUpdateMethod valueOf (String name)

public static final CustomAttributesUpdateMethod[] values ()