public static final enum

VisitorInfoUpdateRequest.NoteUpdateMethod

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

Class Overview

Specifies a method for updating the visitor's note.

Summary

Enum Values
VisitorInfoUpdateRequest.NoteUpdateMethod  APPEND  The line break (\n) will be added and specified in the request notes will be appended to the existing visitor’s notes. 
VisitorInfoUpdateRequest.NoteUpdateMethod  REPLACE  The notes for the visitor will be overwritten with the specified in the request  
Public Methods
static VisitorInfoUpdateRequest.NoteUpdateMethod valueOf(String name)
final static NoteUpdateMethod[] 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.NoteUpdateMethod APPEND

The line break (\n) will be added and specified in the request notes will be appended to the existing visitor’s notes.

public static final VisitorInfoUpdateRequest.NoteUpdateMethod REPLACE

The notes for the visitor will be overwritten with the specified in the request

Public Methods

public static VisitorInfoUpdateRequest.NoteUpdateMethod valueOf (String name)

public static final NoteUpdateMethod[] values ()