public class DescribeQuickActionListItemResult extends Object
Java class for DescribeQuickActionListItemResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeQuickActionListItemResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessLevelRequired" type="{urn:tooling.soap.sforce.com}ShareAccessLevel"/>
<element name="colors" type="{urn:tooling.soap.sforce.com}DescribeColorResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="iconUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="icons" type="{urn:tooling.soap.sforce.com}DescribeIconResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="miniIconUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="quickActionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetSobjectType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ShareAccessLevel |
accessLevelRequired |
protected List<DescribeColorResult> |
colors |
protected List<DescribeIconResult> |
icons |
protected String |
iconUrl |
protected String |
label |
protected String |
miniIconUrl |
protected String |
quickActionName |
protected String |
targetSobjectType |
protected String |
type |
| Constructor and Description |
|---|
DescribeQuickActionListItemResult() |
| Modifier and Type | Method and Description |
|---|---|
ShareAccessLevel |
getAccessLevelRequired()
Gets the value of the accessLevelRequired property.
|
List<DescribeColorResult> |
getColors()
Gets the value of the colors property.
|
List<DescribeIconResult> |
getIcons()
Gets the value of the icons property.
|
String |
getIconUrl()
Gets the value of the iconUrl property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getMiniIconUrl()
Gets the value of the miniIconUrl property.
|
String |
getQuickActionName()
Gets the value of the quickActionName property.
|
String |
getTargetSobjectType()
Gets the value of the targetSobjectType property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAccessLevelRequired(ShareAccessLevel value)
Sets the value of the accessLevelRequired property.
|
void |
setIconUrl(String value)
Sets the value of the iconUrl property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMiniIconUrl(String value)
Sets the value of the miniIconUrl property.
|
void |
setQuickActionName(String value)
Sets the value of the quickActionName property.
|
void |
setTargetSobjectType(String value)
Sets the value of the targetSobjectType property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected ShareAccessLevel accessLevelRequired
protected List<DescribeColorResult> colors
protected String iconUrl
protected List<DescribeIconResult> icons
protected String label
protected String miniIconUrl
protected String quickActionName
protected String targetSobjectType
protected String type
public ShareAccessLevel getAccessLevelRequired()
ShareAccessLevelpublic void setAccessLevelRequired(ShareAccessLevel value)
value - allowed object is
ShareAccessLevelpublic List<DescribeColorResult> getColors()
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 colors property.
For example, to add a new item, do as follows:
getColors().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeColorResult
public String getIconUrl()
Stringpublic void setIconUrl(String value)
value - allowed object is
Stringpublic List<DescribeIconResult> getIcons()
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 icons property.
For example, to add a new item, do as follows:
getIcons().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeIconResult
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getMiniIconUrl()
Stringpublic void setMiniIconUrl(String value)
value - allowed object is
Stringpublic String getQuickActionName()
Stringpublic void setQuickActionName(String value)
value - allowed object is
Stringpublic String getTargetSobjectType()
Stringpublic void setTargetSobjectType(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2016. All rights reserved.