public class DescribeAvailableQuickActionResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeAvailableQuickActionResult
| Constructor and Description |
|---|
DescribeAvailableQuickActionResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public DescribeAvailableQuickActionResult()
public String getLabel()
IDescribeAvailableQuickActionResultgetLabel in interface IDescribeAvailableQuickActionResultpublic void setLabel(String label)
setLabel in interface IDescribeAvailableQuickActionResultpublic String getName()
IDescribeAvailableQuickActionResultgetName in interface IDescribeAvailableQuickActionResultpublic void setName(String name)
setName in interface IDescribeAvailableQuickActionResultpublic String getType()
IDescribeAvailableQuickActionResultgetType in interface IDescribeAvailableQuickActionResultpublic void setType(String type)
setType in interface IDescribeAvailableQuickActionResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.