Package com.sforce.soap.metadata
Class ListView
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ListView
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getLabel()getQueue()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) voidsetBooleanFilter(String booleanFilter) protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper) voidsetColumns(String[] columns) protected voidsetDivision(XmlInputStream __in, TypeMapper __typeMapper) voidsetDivision(String division) voidsetFilters(ListViewFilter[] filters) protected voidsetFilters(XmlInputStream __in, TypeMapper __typeMapper) voidsetFilterScope(FilterScope filterScope) protected voidsetFilterScope(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLanguage(Language language) protected voidsetLanguage(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetQueue(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSharedTo(SharedTo sharedTo) protected voidsetSharedTo(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ListView
public ListView()Constructor
-
-
Method Details
-
getBooleanFilter
-
setBooleanFilter
-
setBooleanFilter
protected void setBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getColumns
-
setColumns
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDivision
-
setDivision
-
setDivision
protected void setDivision(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilterScope
-
setFilterScope
-
setFilterScope
protected void setFilterScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilters
-
setFilters
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLanguage
-
setLanguage
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getQueue
-
setQueue
-
setQueue
protected void setQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-