Package com.sforce.soap.metadata
Class ActionLinkTemplate
- java.lang.Object
-
- com.sforce.soap.metadata.ActionLinkTemplate
-
-
Constructor Summary
Constructors Constructor Description ActionLinkTemplate()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActionUrl
public String getActionUrl()
-
setActionUrl
public void setActionUrl(String actionUrl)
-
setActionUrl
protected void setActionUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeaders
public String getHeaders()
-
setHeaders
public void setHeaders(String headers)
-
setHeaders
protected void setHeaders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsConfirmationRequired
public boolean getIsConfirmationRequired()
-
isIsConfirmationRequired
public boolean isIsConfirmationRequired()
-
setIsConfirmationRequired
public void setIsConfirmationRequired(boolean isConfirmationRequired)
-
setIsConfirmationRequired
protected void setIsConfirmationRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsGroupDefault
public boolean getIsGroupDefault()
-
isIsGroupDefault
public boolean isIsGroupDefault()
-
setIsGroupDefault
public void setIsGroupDefault(boolean isGroupDefault)
-
setIsGroupDefault
protected void setIsGroupDefault(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
-
getLabelKey
public String getLabelKey()
-
setLabelKey
public void setLabelKey(String labelKey)
-
setLabelKey
protected void setLabelKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLinkType
public ActionLinkType getLinkType()
-
setLinkType
public void setLinkType(ActionLinkType linkType)
-
setLinkType
protected void setLinkType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMethod
public ActionLinkHttpMethod getMethod()
-
setMethod
public void setMethod(ActionLinkHttpMethod method)
-
setMethod
protected void setMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
setPosition
protected void setPosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRequestBody
public String getRequestBody()
-
setRequestBody
public void setRequestBody(String requestBody)
-
setRequestBody
protected void setRequestBody(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserAlias
public String getUserAlias()
-
setUserAlias
public void setUserAlias(String userAlias)
-
setUserAlias
protected void setUserAlias(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserVisibility
public ActionLinkUserVisibility getUserVisibility()
-
setUserVisibility
public void setUserVisibility(ActionLinkUserVisibility userVisibility)
-
setUserVisibility
protected void setUserVisibility(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
-
-