| com.glia.androidsdk.visitor.VisitorInfoUpdateRequest |
Object that can be used for updating the visitor's information on the server.
Construct instance of this object using VisitorInfoUpdateRequest.Builder.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | VisitorInfoUpdateRequest.Builder | Used for creating the VisitorInfoUpdateRequest. |
|||||||||
| enum | VisitorInfoUpdateRequest.CustomAttributesUpdateMethod | Specifies the method for updating custom attributes. | |||||||||
| enum | VisitorInfoUpdateRequest.NoteUpdateMethod | Specifies a method for updating the visitor's note. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
abstract
|
getCustomAttributes()
An object with custom key-value pairs to be assigned to the visitor.
| ||||||||||
| abstract VisitorInfoUpdateRequest.CustomAttributesUpdateMethod |
getCustomAttrsUpdateMethod()
Specifies the method for updating custom attributes.
| ||||||||||
| abstract String |
getEmail()
The visitor's email.
| ||||||||||
| abstract String |
getName()
The visitor's name.
| ||||||||||
| abstract String |
getNote()
The notes associated with the visitor.
| ||||||||||
| abstract VisitorInfoUpdateRequest.NoteUpdateMethod |
getNoteUpdateMethod()
Specifies a method for updating the visitor's note.
| ||||||||||
| abstract String |
getPhone()
The visitor's phone number.
| ||||||||||
An object with custom key-value pairs to be assigned to the visitor.
See also getCustomAttrsUpdateMethod()
Specifies the method for updating custom attributes.
See VisitorInfoUpdateRequest.CustomAttributesUpdateMethod for details
Default value is MERGE
The visitor's email.
The visitor's name.
The notes associated with the visitor.
See also getNoteUpdateMethod()
Specifies a method for updating the visitor's note.
See VisitorInfoUpdateRequest.NoteUpdateMethod for details
Default value is APPEND
The visitor's phone number.