Package com.sforce.soap.metadata
Class ManagedEventSubscription
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ManagedEventSubscription
-
-
Constructor Summary
Constructors Constructor Description ManagedEventSubscription()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDefaultReplay
public EventSubscriptionReplayPreset getDefaultReplay()
-
setDefaultReplay
public void setDefaultReplay(EventSubscriptionReplayPreset defaultReplay)
-
setDefaultReplay
protected void setDefaultReplay(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getErrorRecoveryReplay
public EventSubscriptionReplayPreset getErrorRecoveryReplay()
-
setErrorRecoveryReplay
public void setErrorRecoveryReplay(EventSubscriptionReplayPreset errorRecoveryReplay)
-
setErrorRecoveryReplay
protected void setErrorRecoveryReplay(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getState
public EventSubscriptionAdminState getState()
-
setState
public void setState(EventSubscriptionAdminState state)
-
setState
protected void setState(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTopicName
public String getTopicName()
-
setTopicName
public void setTopicName(String topicName)
-
setTopicName
protected void setTopicName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
setVersion
protected void setVersion(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-