Package com.sforce.soap.metadata
Class PresenceUserConfig
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.PresenceUserConfig
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintString[]booleanbooleanbooleanbooleanbooleanintgetLabel()booleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignments(PresenceConfigAssignments assignments) protected voidsetAssignments(XmlInputStream __in, TypeMapper __typeMapper) voidsetCapacity(int capacity) protected voidsetCapacity(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDeclineReasons(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeclineReasons(String[] declineReasons) voidsetEnableAutoAccept(boolean enableAutoAccept) protected voidsetEnableAutoAccept(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDecline(boolean enableDecline) protected voidsetEnableDecline(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDeclineReason(boolean enableDeclineReason) protected voidsetEnableDeclineReason(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDisconnectSound(boolean enableDisconnectSound) protected voidsetEnableDisconnectSound(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableRequestSound(boolean enableRequestSound) protected voidsetEnableRequestSound(XmlInputStream __in, TypeMapper __typeMapper) voidsetInterruptibleCapacity(int interruptibleCapacity) protected voidsetInterruptibleCapacity(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetPresenceStatusOnDecline(XmlInputStream __in, TypeMapper __typeMapper) voidsetPresenceStatusOnDecline(String presenceStatusOnDecline) protected voidsetPresenceStatusOnPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) voidsetPresenceStatusOnPushTimeout(String presenceStatusOnPushTimeout) protected voidsetUserDisplayName(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserDisplayName(String userDisplayName) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
PresenceUserConfig
public PresenceUserConfig()Constructor
-
-
Method Details
-
getAssignments
-
setAssignments
-
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
-
setDeclineReasons
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPresenceStatusOnDecline
-
setPresenceStatusOnDecline
-
setPresenceStatusOnDecline
protected void setPresenceStatusOnDecline(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPresenceStatusOnPushTimeout
-
setPresenceStatusOnPushTimeout
-
setPresenceStatusOnPushTimeout
protected void setPresenceStatusOnPushTimeout(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserDisplayName
-
setUserDisplayName
-
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
- 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
-
toString
-