| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.visitor.VisitorInfoUpdateRequest.NoteUpdateMethod | |
Specifies a method for updating the visitor's note.
| 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
| |||||||||||
The line break (\n) will be added and specified in the request notes will be appended to the existing visitor’s notes.
The notes for the visitor will be overwritten with the specified in the request