public class WorkflowTask extends WorkflowAction
Java class for WorkflowTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowTask">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}WorkflowAction">
<sequence>
<element name="assignedTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assignedToType" type="{urn:tooling.soap.sforce.com}ActionTaskAssignedToTypes"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dueDateOffset" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="notifyAssignee" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="offsetFromField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected String |
assignedTo |
protected ActionTaskAssignedToTypes |
assignedToType |
protected String |
description |
protected int |
dueDateOffset |
protected boolean |
notifyAssignee |
protected String |
offsetFromField |
protected String |
priority |
protected String |
status |
protected String |
subject |
| Constructor and Description |
|---|
WorkflowTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedTo()
Gets the value of the assignedTo property.
|
ActionTaskAssignedToTypes |
getAssignedToType()
Gets the value of the assignedToType property.
|
String |
getDescription()
Gets the value of the description property.
|
int |
getDueDateOffset()
Gets the value of the dueDateOffset property.
|
String |
getOffsetFromField()
Gets the value of the offsetFromField property.
|
String |
getPriority()
Gets the value of the priority property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getSubject()
Gets the value of the subject property.
|
boolean |
isNotifyAssignee()
Gets the value of the notifyAssignee property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
void |
setAssignedTo(String value)
Sets the value of the assignedTo property.
|
void |
setAssignedToType(ActionTaskAssignedToTypes value)
Sets the value of the assignedToType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDueDateOffset(int value)
Sets the value of the dueDateOffset property.
|
void |
setNotifyAssignee(boolean value)
Sets the value of the notifyAssignee property.
|
void |
setOffsetFromField(String value)
Sets the value of the offsetFromField property.
|
void |
setPriority(String value)
Sets the value of the priority property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
protected String assignedTo
protected ActionTaskAssignedToTypes assignedToType
protected String description
protected int dueDateOffset
protected boolean notifyAssignee
protected String offsetFromField
protected String priority
protected boolean _protected
protected String status
protected String subject
public String getAssignedTo()
Stringpublic void setAssignedTo(String value)
value - allowed object is
Stringpublic ActionTaskAssignedToTypes getAssignedToType()
ActionTaskAssignedToTypespublic void setAssignedToType(ActionTaskAssignedToTypes value)
value - allowed object is
ActionTaskAssignedToTypespublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getDueDateOffset()
public void setDueDateOffset(int value)
public boolean isNotifyAssignee()
public void setNotifyAssignee(boolean value)
public String getOffsetFromField()
Stringpublic void setOffsetFromField(String value)
value - allowed object is
Stringpublic String getPriority()
Stringpublic void setPriority(String value)
value - allowed object is
Stringpublic boolean isProtected()
public void setProtected(boolean value)
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getSubject()
StringCopyright © 2016. All rights reserved.