Package com.sforce.soap.metadata
Class PlatformActionList
- java.lang.Object
-
- com.sforce.soap.metadata.PlatformActionList
-
-
Constructor Summary
Constructors Constructor Description PlatformActionList()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformActionListContextgetActionListContext()PlatformActionListItem[]getPlatformActionListItems()StringgetRelatedSourceEntity()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActionListContext(PlatformActionListContext actionListContext)protected voidsetActionListContext(XmlInputStream __in, TypeMapper __typeMapper)voidsetPlatformActionListItems(PlatformActionListItem[] platformActionListItems)protected voidsetPlatformActionListItems(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetRelatedSourceEntity(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelatedSourceEntity(String relatedSourceEntity)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActionListContext
public PlatformActionListContext getActionListContext()
-
setActionListContext
public void setActionListContext(PlatformActionListContext actionListContext)
-
setActionListContext
protected void setActionListContext(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlatformActionListItems
public PlatformActionListItem[] getPlatformActionListItems()
-
setPlatformActionListItems
public void setPlatformActionListItems(PlatformActionListItem[] platformActionListItems)
-
setPlatformActionListItems
protected void setPlatformActionListItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelatedSourceEntity
public String getRelatedSourceEntity()
-
setRelatedSourceEntity
public void setRelatedSourceEntity(String relatedSourceEntity)
-
setRelatedSourceEntity
protected void setRelatedSourceEntity(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
-
-