public class

DescribeQuickActionListItemResult

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.DescribeQuickActionListItemResult

Class Overview

Generated by ComplexTypeCodeGenerator.java. Please do not edit.

Summary

Fields
private String iconUrl
private boolean iconUrl__is_set
private static final TypeInfo iconUrl__typeInfo element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String label
private boolean label__is_set
private static final TypeInfo label__typeInfo element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String miniIconUrl
private boolean miniIconUrl__is_set
private static final TypeInfo miniIconUrl__typeInfo element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String quickActionName
private boolean quickActionName__is_set
private static final TypeInfo quickActionName__typeInfo element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String targetSobjectType
private boolean targetSobjectType__is_set
private static final TypeInfo targetSobjectType__typeInfo element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String type
private boolean type__is_set
private static final TypeInfo type__typeInfo element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
Public Constructors
DescribeQuickActionListItemResult()
Constructor
Public Methods
String getIconUrl()
String getLabel()
String getMiniIconUrl()
String getQuickActionName()
String getTargetSobjectType()
String getType()
void load(XmlInputStream __in, TypeMapper __typeMapper)
void setIconUrl(String iconUrl)
void setLabel(String label)
void setMiniIconUrl(String miniIconUrl)
void setQuickActionName(String quickActionName)
void setTargetSobjectType(String targetSobjectType)
void setType(String type)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private String iconUrl

private boolean iconUrl__is_set

private static final TypeInfo iconUrl__typeInfo

element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String label

private boolean label__is_set

private static final TypeInfo label__typeInfo

element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String miniIconUrl

private boolean miniIconUrl__is_set

private static final TypeInfo miniIconUrl__typeInfo

element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String quickActionName

private boolean quickActionName__is_set

private static final TypeInfo quickActionName__typeInfo

element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String targetSobjectType

private boolean targetSobjectType__is_set

private static final TypeInfo targetSobjectType__typeInfo

element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String type

private boolean type__is_set

private static final TypeInfo type__typeInfo

element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

Public Constructors

public DescribeQuickActionListItemResult ()

Constructor

Public Methods

public String getIconUrl ()

public String getLabel ()

public String getMiniIconUrl ()

public String getQuickActionName ()

public String getTargetSobjectType ()

public String getType ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

public void setIconUrl (String iconUrl)

Parameters
iconUrl

public void setLabel (String label)

Parameters
label

public void setMiniIconUrl (String miniIconUrl)

Parameters
miniIconUrl

public void setQuickActionName (String quickActionName)

Parameters
quickActionName

public void setTargetSobjectType (String targetSobjectType)

Parameters
targetSobjectType

public void setType (String type)

Parameters
type

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__element
__out
__typeMapper
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException