Package com.sforce.soap.metadata
Class PlatformActionList
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.PlatformActionList
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class PlatformActionList extends Metadata
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 PlatformActionList()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformActionListContextgetActionListContext()PlatformActionListItem[]getPlatformActionListItems()java.lang.StringgetRelatedSourceEntity()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetActionListContext(PlatformActionListContext actionListContext)protected voidsetActionListContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPlatformActionListItems(PlatformActionListItem[] platformActionListItems)protected voidsetPlatformActionListItems(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetRelatedSourceEntity(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetRelatedSourceEntity(java.lang.String relatedSourceEntity)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionListContext
public PlatformActionListContext getActionListContext()
-
setActionListContext
public void setActionListContext(PlatformActionListContext actionListContext)
-
setActionListContext
protected void setActionListContext(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPlatformActionListItems
public PlatformActionListItem[] getPlatformActionListItems()
-
setPlatformActionListItems
public void setPlatformActionListItems(PlatformActionListItem[] platformActionListItems)
-
setPlatformActionListItems
protected void setPlatformActionListItems(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getRelatedSourceEntity
public java.lang.String getRelatedSourceEntity()
-
setRelatedSourceEntity
public void setRelatedSourceEntity(java.lang.String relatedSourceEntity)
-
setRelatedSourceEntity
protected void setRelatedSourceEntity(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-