public class DescribeQuickActionListItemResult extends java.lang.Object implements XMLizable, IDescribeQuickActionListItemResult
| Constructor and Description |
|---|
DescribeQuickActionListItemResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ShareAccessLevel |
getAccessLevelRequired()
element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel
java type: com.sforce.soap.partner.ShareAccessLevel
|
DescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
DescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
java.lang.String |
getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getQuickActionName()
element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getTargetSobjectType()
element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAccessLevelRequired(ShareAccessLevel accessLevelRequired) |
protected void |
setAccessLevelRequired(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setColors(IDescribeColor[] colors) |
protected void |
setColors(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIcons(IDescribeIcon[] icons) |
protected void |
setIcons(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setIconUrl(java.lang.String iconUrl) |
protected void |
setIconUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLabel(java.lang.String label) |
protected void |
setLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMiniIconUrl(java.lang.String miniIconUrl) |
protected void |
setMiniIconUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setQuickActionName(java.lang.String quickActionName) |
protected void |
setQuickActionName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setTargetSobjectType(java.lang.String targetSobjectType) |
protected void |
setTargetSobjectType(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setType(java.lang.String type) |
protected void |
setType(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public DescribeQuickActionListItemResult()
public ShareAccessLevel getAccessLevelRequired()
IDescribeQuickActionListItemResultgetAccessLevelRequired in interface IDescribeQuickActionListItemResultpublic void setAccessLevelRequired(ShareAccessLevel accessLevelRequired)
setAccessLevelRequired in interface IDescribeQuickActionListItemResultprotected void setAccessLevelRequired(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeColor[] getColors()
IDescribeQuickActionListItemResultgetColors in interface IDescribeQuickActionListItemResultpublic void setColors(IDescribeColor[] colors)
setColors in interface IDescribeQuickActionListItemResultprotected void setColors(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getIconUrl()
IDescribeQuickActionListItemResultgetIconUrl in interface IDescribeQuickActionListItemResultpublic void setIconUrl(java.lang.String iconUrl)
setIconUrl in interface IDescribeQuickActionListItemResultprotected void setIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic DescribeIcon[] getIcons()
IDescribeQuickActionListItemResultgetIcons in interface IDescribeQuickActionListItemResultpublic void setIcons(IDescribeIcon[] icons)
setIcons in interface IDescribeQuickActionListItemResultprotected void setIcons(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLabel()
IDescribeQuickActionListItemResultgetLabel in interface IDescribeQuickActionListItemResultpublic void setLabel(java.lang.String label)
setLabel in interface IDescribeQuickActionListItemResultprotected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMiniIconUrl()
IDescribeQuickActionListItemResultgetMiniIconUrl in interface IDescribeQuickActionListItemResultpublic void setMiniIconUrl(java.lang.String miniIconUrl)
setMiniIconUrl in interface IDescribeQuickActionListItemResultprotected void setMiniIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getQuickActionName()
IDescribeQuickActionListItemResultgetQuickActionName in interface IDescribeQuickActionListItemResultpublic void setQuickActionName(java.lang.String quickActionName)
setQuickActionName in interface IDescribeQuickActionListItemResultprotected void setQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getTargetSobjectType()
IDescribeQuickActionListItemResultgetTargetSobjectType in interface IDescribeQuickActionListItemResultpublic void setTargetSobjectType(java.lang.String targetSobjectType)
setTargetSobjectType in interface IDescribeQuickActionListItemResultprotected void setTargetSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getType()
IDescribeQuickActionListItemResultgetType in interface IDescribeQuickActionListItemResultpublic void setType(java.lang.String type)
setType in interface IDescribeQuickActionListItemResultprotected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.