public interface

VisitorInfoUpdateRequest

com.glia.androidsdk.visitor.VisitorInfoUpdateRequest

Class Overview

Object that can be used for updating the visitor's information on the server.

Construct instance of this object using VisitorInfoUpdateRequest.Builder.

Summary

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.

Public Methods

public abstract getCustomAttributes ()

An object with custom key-value pairs to be assigned to the visitor.

See also getCustomAttrsUpdateMethod()

public abstract VisitorInfoUpdateRequest.CustomAttributesUpdateMethod getCustomAttrsUpdateMethod ()

Specifies the method for updating custom attributes.

See VisitorInfoUpdateRequest.CustomAttributesUpdateMethod for details Default value is MERGE

public abstract String getEmail ()

The visitor's email.

public abstract String getName ()

The visitor's name.

public abstract String getNote ()

The notes associated with the visitor.

See also getNoteUpdateMethod()

public abstract VisitorInfoUpdateRequest.NoteUpdateMethod getNoteUpdateMethod ()

Specifies a method for updating the visitor's note.

See VisitorInfoUpdateRequest.NoteUpdateMethod for details Default value is APPEND

public abstract String getPhone ()

The visitor's phone number.