public class WorkflowOutboundMessage extends WorkflowAction
Java class for WorkflowOutboundMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowOutboundMessage">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}WorkflowAction">
<sequence>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endpointUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="includeSessionId" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="integrationUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="useDeadLetterQueue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected double |
apiVersion |
protected String |
description |
protected String |
endpointUrl |
protected List<String> |
fields |
protected boolean |
includeSessionId |
protected String |
integrationUser |
protected String |
name |
protected Boolean |
useDeadLetterQueue |
| Constructor and Description |
|---|
WorkflowOutboundMessage() |
| Modifier and Type | Method and Description |
|---|---|
double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEndpointUrl()
Gets the value of the endpointUrl property.
|
List<String> |
getFields()
Gets the value of the fields property.
|
String |
getIntegrationUser()
Gets the value of the integrationUser property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isIncludeSessionId()
Gets the value of the includeSessionId property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
Boolean |
isUseDeadLetterQueue()
Gets the value of the useDeadLetterQueue property.
|
void |
setApiVersion(double value)
Sets the value of the apiVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndpointUrl(String value)
Sets the value of the endpointUrl property.
|
void |
setIncludeSessionId(boolean value)
Sets the value of the includeSessionId property.
|
void |
setIntegrationUser(String value)
Sets the value of the integrationUser property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
void |
setUseDeadLetterQueue(Boolean value)
Sets the value of the useDeadLetterQueue property.
|
protected double apiVersion
protected String description
protected String endpointUrl
protected boolean includeSessionId
protected String integrationUser
protected String name
protected boolean _protected
protected Boolean useDeadLetterQueue
public double getApiVersion()
public void setApiVersion(double value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEndpointUrl()
Stringpublic void setEndpointUrl(String value)
value - allowed object is
Stringpublic List<String> getFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isIncludeSessionId()
public void setIncludeSessionId(boolean value)
public String getIntegrationUser()
Stringpublic void setIntegrationUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isProtected()
public void setProtected(boolean value)
public Boolean isUseDeadLetterQueue()
BooleanCopyright © 2016. All rights reserved.