Package com.sforce.soap.metadata
Class EmbeddedServiceQuickAction
- java.lang.Object
-
- com.sforce.soap.metadata.EmbeddedServiceQuickAction
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceQuickAction()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEmbeddedServiceLiveAgent
public String getEmbeddedServiceLiveAgent()
-
setEmbeddedServiceLiveAgent
public void setEmbeddedServiceLiveAgent(String embeddedServiceLiveAgent)
-
setEmbeddedServiceLiveAgent
protected void setEmbeddedServiceLiveAgent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrder
public int getOrder()
-
setOrder
public void setOrder(int order)
-
setOrder
protected void setOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionDefinition
public String getQuickActionDefinition()
-
setQuickActionDefinition
public void setQuickActionDefinition(String quickActionDefinition)
-
setQuickActionDefinition
protected void setQuickActionDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionType
public EmbeddedServiceQuickActionType getQuickActionType()
-
setQuickActionType
public void setQuickActionType(EmbeddedServiceQuickActionType quickActionType)
-
setQuickActionType
protected void setQuickActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-