Package com.sforce.soap.metadata
Class PresenceUserConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.PresenceUserConfig
-
-
Constructor Summary
Constructors Constructor Description PresenceUserConfig()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAssignments
public PresenceConfigAssignments getAssignments()
-
setAssignments
public void setAssignments(PresenceConfigAssignments assignments)
-
setAssignments
protected void setAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCapacity
public int getCapacity()
-
setCapacity
public void setCapacity(int capacity)
-
setCapacity
protected void setCapacity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeclineReasons
public String[] getDeclineReasons()
-
setDeclineReasons
public void setDeclineReasons(String[] declineReasons)
-
setDeclineReasons
protected void setDeclineReasons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAutoAccept
public boolean getEnableAutoAccept()
-
isEnableAutoAccept
public boolean isEnableAutoAccept()
-
setEnableAutoAccept
public void setEnableAutoAccept(boolean enableAutoAccept)
-
setEnableAutoAccept
protected void setEnableAutoAccept(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDecline
public boolean getEnableDecline()
-
isEnableDecline
public boolean isEnableDecline()
-
setEnableDecline
public void setEnableDecline(boolean enableDecline)
-
setEnableDecline
protected void setEnableDecline(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDeclineReason
public boolean getEnableDeclineReason()
-
isEnableDeclineReason
public boolean isEnableDeclineReason()
-
setEnableDeclineReason
public void setEnableDeclineReason(boolean enableDeclineReason)
-
setEnableDeclineReason
protected void setEnableDeclineReason(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDisconnectSound
public boolean getEnableDisconnectSound()
-
isEnableDisconnectSound
public boolean isEnableDisconnectSound()
-
setEnableDisconnectSound
public void setEnableDisconnectSound(boolean enableDisconnectSound)
-
setEnableDisconnectSound
protected void setEnableDisconnectSound(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRequestSound
public boolean getEnableRequestSound()
-
isEnableRequestSound
public boolean isEnableRequestSound()
-
setEnableRequestSound
public void setEnableRequestSound(boolean enableRequestSound)
-
setEnableRequestSound
protected void setEnableRequestSound(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInterruptibleCapacity
public int getInterruptibleCapacity()
-
setInterruptibleCapacity
public void setInterruptibleCapacity(int interruptibleCapacity)
-
setInterruptibleCapacity
protected void setInterruptibleCapacity(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
-
getPresenceStatusOnDecline
public String getPresenceStatusOnDecline()
-
setPresenceStatusOnDecline
public void setPresenceStatusOnDecline(String presenceStatusOnDecline)
-
setPresenceStatusOnDecline
protected void setPresenceStatusOnDecline(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPresenceStatusOnPushTimeout
public String getPresenceStatusOnPushTimeout()
-
setPresenceStatusOnPushTimeout
public void setPresenceStatusOnPushTimeout(String presenceStatusOnPushTimeout)
-
setPresenceStatusOnPushTimeout
protected void setPresenceStatusOnPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserDisplayName
public String getUserDisplayName()
-
setUserDisplayName
public void setUserDisplayName(String userDisplayName)
-
setUserDisplayName
protected void setUserDisplayName(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
-
-