Package com.sforce.soap.partner
Class DescribeLayoutFeedFilter
- java.lang.Object
-
- com.sforce.soap.partner.DescribeLayoutFeedFilter
-
- All Implemented Interfaces:
IDescribeLayoutFeedFilter,XMLizable
public class DescribeLayoutFeedFilter extends Object implements XMLizable, IDescribeLayoutFeedFilter
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DescribeLayoutFeedFilter()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringFeedLayoutFilterTypegetType()element : type of type {urn:partner.soap.sforce.com}FeedLayoutFilterType java type: com.sforce.soap.partner.FeedLayoutFilterTypevoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper)voidsetName(String name)voidsetType(FeedLayoutFilterType type)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getLabel
public String getLabel()
Description copied from interface:IDescribeLayoutFeedFilterelement : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLabelin interfaceIDescribeLayoutFeedFilter
-
setLabel
public void setLabel(String label)
- Specified by:
setLabelin interfaceIDescribeLayoutFeedFilter
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
Description copied from interface:IDescribeLayoutFeedFilterelement : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamein interfaceIDescribeLayoutFeedFilter
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceIDescribeLayoutFeedFilter
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public FeedLayoutFilterType getType()
Description copied from interface:IDescribeLayoutFeedFilterelement : type of type {urn:partner.soap.sforce.com}FeedLayoutFilterType java type: com.sforce.soap.partner.FeedLayoutFilterType- Specified by:
getTypein interfaceIDescribeLayoutFeedFilter
-
setType
public void setType(FeedLayoutFilterType type)
- Specified by:
setTypein interfaceIDescribeLayoutFeedFilter
-
setType
protected void setType(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-