Package com.sforce.soap.metadata
Class ActionLinkTemplate
- java.lang.Object
-
- com.sforce.soap.metadata.ActionLinkTemplate
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class ActionLinkTemplate extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ActionLinkTemplate()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionUrl()java.lang.StringgetHeaders()booleangetIsConfirmationRequired()booleangetIsGroupDefault()java.lang.StringgetLabel()java.lang.StringgetLabelKey()ActionLinkTypegetLinkType()ActionLinkHttpMethodgetMethod()intgetPosition()java.lang.StringgetRequestBody()java.lang.StringgetUserAlias()ActionLinkUserVisibilitygetUserVisibility()booleanisIsConfirmationRequired()booleanisIsGroupDefault()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetActionUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetActionUrl(java.lang.String actionUrl)protected voidsetHeaders(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetHeaders(java.lang.String headers)voidsetIsConfirmationRequired(boolean isConfirmationRequired)protected voidsetIsConfirmationRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetIsGroupDefault(boolean isGroupDefault)protected voidsetIsGroupDefault(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLabel(java.lang.String label)protected voidsetLabelKey(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLabelKey(java.lang.String labelKey)voidsetLinkType(ActionLinkType linkType)protected voidsetLinkType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMethod(ActionLinkHttpMethod method)protected voidsetMethod(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPosition(int position)protected voidsetPosition(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRequestBody(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRequestBody(java.lang.String requestBody)protected voidsetUserAlias(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetUserAlias(java.lang.String userAlias)voidsetUserVisibility(ActionLinkUserVisibility userVisibility)protected voidsetUserVisibility(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActionUrl
public java.lang.String getActionUrl()
-
setActionUrl
public void setActionUrl(java.lang.String actionUrl)
-
setActionUrl
protected void setActionUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getHeaders
public java.lang.String getHeaders()
-
setHeaders
public void setHeaders(java.lang.String headers)
-
setHeaders
protected void setHeaders(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsConfirmationRequired
public boolean getIsConfirmationRequired()
-
isIsConfirmationRequired
public boolean isIsConfirmationRequired()
-
setIsConfirmationRequired
public void setIsConfirmationRequired(boolean isConfirmationRequired)
-
setIsConfirmationRequired
protected void setIsConfirmationRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsGroupDefault
public boolean getIsGroupDefault()
-
isIsGroupDefault
public boolean isIsGroupDefault()
-
setIsGroupDefault
public void setIsGroupDefault(boolean isGroupDefault)
-
setIsGroupDefault
protected void setIsGroupDefault(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLabelKey
public java.lang.String getLabelKey()
-
setLabelKey
public void setLabelKey(java.lang.String labelKey)
-
setLabelKey
protected void setLabelKey(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLinkType
public ActionLinkType getLinkType()
-
setLinkType
public void setLinkType(ActionLinkType linkType)
-
setLinkType
protected void setLinkType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMethod
public ActionLinkHttpMethod getMethod()
-
setMethod
public void setMethod(ActionLinkHttpMethod method)
-
setMethod
protected void setMethod(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
setPosition
protected void setPosition(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRequestBody
public java.lang.String getRequestBody()
-
setRequestBody
public void setRequestBody(java.lang.String requestBody)
-
setRequestBody
protected void setRequestBody(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getUserAlias
public java.lang.String getUserAlias()
-
setUserAlias
public void setUserAlias(java.lang.String userAlias)
-
setUserAlias
protected void setUserAlias(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getUserVisibility
public ActionLinkUserVisibility getUserVisibility()
-
setUserVisibility
public void setUserVisibility(ActionLinkUserVisibility userVisibility)
-
setUserVisibility
protected void setUserVisibility(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-