Package com.sforce.soap.metadata
Class PresenceConfigAssignments
- java.lang.Object
-
- com.sforce.soap.metadata.PresenceConfigAssignments
-
-
Constructor Summary
Constructors Constructor Description PresenceConfigAssignments()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PresenceConfigProfileAssignmentsgetProfiles()PresenceConfigUserAssignmentsgetUsers()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetProfiles(PresenceConfigProfileAssignments profiles)protected voidsetProfiles(XmlInputStream __in, TypeMapper __typeMapper)voidsetUsers(PresenceConfigUserAssignments users)protected voidsetUsers(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getProfiles
public PresenceConfigProfileAssignments getProfiles()
-
setProfiles
public void setProfiles(PresenceConfigProfileAssignments profiles)
-
setProfiles
protected void setProfiles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUsers
public PresenceConfigUserAssignments getUsers()
-
setUsers
public void setUsers(PresenceConfigUserAssignments users)
-
setUsers
protected void setUsers(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
-
-