Package com.sforce.soap.metadata
Class FlexiPageEventTarget
- java.lang.Object
-
- com.sforce.soap.metadata.FlexiPageEventTarget
-
-
Constructor Summary
Constructors Constructor Description FlexiPageEventTarget()Constructor
-
Method Summary
-
-
-
Method Detail
-
getMappings
public FlexiPageEventPropertyMapping[] getMappings()
-
setMappings
public void setMappings(FlexiPageEventPropertyMapping[] mappings)
-
setMappings
protected void setMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
setMethod
protected void setMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProperties
public FlexiPageEventTargetProperty[] getProperties()
-
setProperties
public void setProperties(FlexiPageEventTargetProperty[] properties)
-
setProperties
protected void setProperties(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public FlexipageEventTargetTypeEnum getType()
-
setType
public void setType(FlexipageEventTargetTypeEnum type)
-
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
-
-