Package com.sforce.soap.metadata
Class ActionLinkTemplate
java.lang.Object
com.sforce.soap.metadata.ActionLinkTemplate
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetLabel()intbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetActionUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetActionUrl(String actionUrl) protected voidsetHeaders(XmlInputStream __in, TypeMapper __typeMapper) voidsetHeaders(String headers) voidsetIsConfirmationRequired(boolean isConfirmationRequired) protected voidsetIsConfirmationRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsGroupDefault(boolean isGroupDefault) protected voidsetIsGroupDefault(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLabelKey(XmlInputStream __in, TypeMapper __typeMapper) voidsetLabelKey(String labelKey) voidsetLinkType(ActionLinkType linkType) protected voidsetLinkType(XmlInputStream __in, TypeMapper __typeMapper) voidsetMethod(ActionLinkHttpMethod method) protected voidsetMethod(XmlInputStream __in, TypeMapper __typeMapper) voidsetPosition(int position) protected voidsetPosition(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRequestBody(XmlInputStream __in, TypeMapper __typeMapper) voidsetRequestBody(String requestBody) protected voidsetUserAlias(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserAlias(String userAlias) voidsetUserVisibility(ActionLinkUserVisibility userVisibility) protected voidsetUserVisibility(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ActionLinkTemplate
public ActionLinkTemplate()Constructor
-
-
Method Details
-
getActionUrl
-
setActionUrl
-
setActionUrl
protected void setActionUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHeaders
-
setHeaders
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabelKey
-
setLabelKey
-
setLabelKey
protected void setLabelKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLinkType
-
setLinkType
-
setLinkType
protected void setLinkType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMethod
-
setMethod
-
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
-
setRequestBody
-
setRequestBody
protected void setRequestBody(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserAlias
-
setUserAlias
-
setUserAlias
protected void setUserAlias(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserVisibility
-
setUserVisibility
-
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
- 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
-
toString
-