Package com.sforce.soap.metadata
Class QueueMembers
- java.lang.Object
-
- com.sforce.soap.metadata.QueueMembers
-
-
Constructor Summary
Constructors Constructor Description QueueMembers()Constructor
-
Method Summary
-
-
-
Method Detail
-
getPublicGroups
public PublicGroups getPublicGroups()
-
setPublicGroups
public void setPublicGroups(PublicGroups publicGroups)
-
setPublicGroups
protected void setPublicGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoleAndSubordinates
public RoleAndSubordinates getRoleAndSubordinates()
-
setRoleAndSubordinates
public void setRoleAndSubordinates(RoleAndSubordinates roleAndSubordinates)
-
setRoleAndSubordinates
protected void setRoleAndSubordinates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoleAndSubordinatesInternal
public RoleAndSubordinatesInternal getRoleAndSubordinatesInternal()
-
setRoleAndSubordinatesInternal
public void setRoleAndSubordinatesInternal(RoleAndSubordinatesInternal roleAndSubordinatesInternal)
-
setRoleAndSubordinatesInternal
protected void setRoleAndSubordinatesInternal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoles
public Roles getRoles()
-
setRoles
public void setRoles(Roles roles)
-
setRoles
protected void setRoles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUsers
public Users getUsers()
-
setUsers
public void setUsers(Users 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
-
-