Package com.sforce.soap.metadata
Class QuickAction
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.QuickAction
-
-
Constructor Summary
Constructors Constructor Description QuickAction()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionSubtype
public ActionSubtype getActionSubtype()
-
setActionSubtype
public void setActionSubtype(ActionSubtype actionSubtype)
-
setActionSubtype
protected void setActionSubtype(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCanvas
public String getCanvas()
-
setCanvas
public void setCanvas(String canvas)
-
setCanvas
protected void setCanvas(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldOverrides
public FieldOverride[] getFieldOverrides()
-
setFieldOverrides
public void setFieldOverrides(FieldOverride[] fieldOverrides)
-
setFieldOverrides
protected void setFieldOverrides(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlowDefinition
public String getFlowDefinition()
-
setFlowDefinition
public void setFlowDefinition(String flowDefinition)
-
setFlowDefinition
protected void setFlowDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected()
-
isIsProtected
public boolean isIsProtected()
-
setIsProtected
public void setIsProtected(boolean isProtected)
-
setIsProtected
protected void setIsProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLightningComponent
public String getLightningComponent()
-
setLightningComponent
public void setLightningComponent(String lightningComponent)
-
setLightningComponent
protected void setLightningComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLightningWebComponent
public String getLightningWebComponent()
-
setLightningWebComponent
public void setLightningWebComponent(String lightningWebComponent)
-
setLightningWebComponent
protected void setLightningWebComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOptionsCreateFeedItem
public boolean getOptionsCreateFeedItem()
-
isOptionsCreateFeedItem
public boolean isOptionsCreateFeedItem()
-
setOptionsCreateFeedItem
public void setOptionsCreateFeedItem(boolean optionsCreateFeedItem)
-
setOptionsCreateFeedItem
protected void setOptionsCreateFeedItem(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPage
public String getPage()
-
setPage
public void setPage(String page)
-
setPage
protected void setPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionLayout
public QuickActionLayout getQuickActionLayout()
-
setQuickActionLayout
public void setQuickActionLayout(QuickActionLayout quickActionLayout)
-
setQuickActionLayout
protected void setQuickActionLayout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActionSendEmailOptions
public QuickActionSendEmailOptions getQuickActionSendEmailOptions()
-
setQuickActionSendEmailOptions
public void setQuickActionSendEmailOptions(QuickActionSendEmailOptions quickActionSendEmailOptions)
-
setQuickActionSendEmailOptions
protected void setQuickActionSendEmailOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStandardLabel
public QuickActionLabel getStandardLabel()
-
setStandardLabel
public void setStandardLabel(QuickActionLabel standardLabel)
-
setStandardLabel
protected void setStandardLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSuccessMessage
public String getSuccessMessage()
-
setSuccessMessage
public void setSuccessMessage(String successMessage)
-
setSuccessMessage
protected void setSuccessMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetObject
public String getTargetObject()
-
setTargetObject
public void setTargetObject(String targetObject)
-
setTargetObject
protected void setTargetObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetParentField
public String getTargetParentField()
-
setTargetParentField
public void setTargetParentField(String targetParentField)
-
setTargetParentField
protected void setTargetParentField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetRecordType
public String getTargetRecordType()
-
setTargetRecordType
public void setTargetRecordType(String targetRecordType)
-
setTargetRecordType
protected void setTargetRecordType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public QuickActionType getType()
-
setType
public void setType(QuickActionType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
setWidth
protected void setWidth(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-