Package com.sforce.soap.metadata
Class DelegateGroup
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.DelegateGroup
- 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 TypeMethodDescriptionString[]String[]getLabel()booleanString[]String[]String[]String[]getRoles()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCustomObjects(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomObjects(String[] customObjects) protected voidsetGroups(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLoginAccess(boolean loginAccess) protected voidsetLoginAccess(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPermissionSetGroups(XmlInputStream __in, TypeMapper __typeMapper) voidsetPermissionSetGroups(String[] permissionSetGroups) protected voidsetPermissionSets(XmlInputStream __in, TypeMapper __typeMapper) voidsetPermissionSets(String[] permissionSets) protected voidsetProfiles(XmlInputStream __in, TypeMapper __typeMapper) voidsetProfiles(String[] profiles) protected voidsetRoles(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()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
-
DelegateGroup
public DelegateGroup()Constructor
-
-
Method Details
-
getCustomObjects
-
setCustomObjects
-
setCustomObjects
protected void setCustomObjects(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGroups
-
setGroups
-
setGroups
protected void setGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLoginAccess
public boolean getLoginAccess() -
isLoginAccess
public boolean isLoginAccess() -
setLoginAccess
public void setLoginAccess(boolean loginAccess) -
setLoginAccess
protected void setLoginAccess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPermissionSetGroups
-
setPermissionSetGroups
-
setPermissionSetGroups
protected void setPermissionSetGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPermissionSets
-
setPermissionSets
-
setPermissionSets
protected void setPermissionSets(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProfiles
-
setProfiles
-
setProfiles
protected void setProfiles(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRoles
-
setRoles
-
setRoles
protected void setRoles(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
-