public class

PreChatEntity

extends ChatEntity
java.lang.Object
   ↳ com.salesforce.android.chat.core.model.ChatEntity
     ↳ com.salesforce.android.chat.core.model.PreChatEntity

This class is deprecated.
Deprecated in favor of ChatEntity

Summary

Nested Classes
class PreChatEntity.Builder This class is deprecated. Deprecated in favor of ChatEntity.Builder.  
Public Methods
String getLinkToEntityField()
This method is deprecated. Please construct a ChatEntity object and reference getLinkedSalesforceObjectFieldName() instead.
String getLinkToEntityName()
This method is deprecated. Please construct a ChatEntity object and reference getLinkedSalesforceObjectType() instead.
String getName()
The name of the Salesforce object that this entity relates to.
List<ChatEntityField> getPreChatEntityFields()
This method is deprecated. Please construct a ChatEntity object and reference getChatEntityFields() instead.
String getSaveToTranscript()
This method is deprecated. Please construct a ChatEntity object and reference getLinkedTranscriptFieldName() instead.
[Expand]
Inherited Methods
From class com.salesforce.android.chat.core.model.ChatEntity
From class java.lang.Object

Public Methods

public String getLinkToEntityField ()

This method is deprecated.
Please construct a ChatEntity object and reference getLinkedSalesforceObjectFieldName() instead.

public String getLinkToEntityName ()

This method is deprecated.
Please construct a ChatEntity object and reference getLinkedSalesforceObjectType() instead.

public String getName ()

The name of the Salesforce object that this entity relates to.

public List<ChatEntityField> getPreChatEntityFields ()

This method is deprecated.
Please construct a ChatEntity object and reference getChatEntityFields() instead.

public String getSaveToTranscript ()

This method is deprecated.
Please construct a ChatEntity object and reference getLinkedTranscriptFieldName() instead.