Package com.sforce.soap.metadata
Class UserProvisioningConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.UserProvisioningConfig
-
-
Constructor Summary
Constructors Constructor Description UserProvisioningConfig()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApprovalRequired
public String getApprovalRequired()
-
setApprovalRequired
public void setApprovalRequired(String approvalRequired)
-
setApprovalRequired
protected void setApprovalRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConnectedApp
public String getConnectedApp()
-
setConnectedApp
public void setConnectedApp(String connectedApp)
-
setConnectedApp
protected void setConnectedApp(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnabled
public boolean getEnabled()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setEnabled
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnabledOperations
public String getEnabledOperations()
-
setEnabledOperations
public void setEnabledOperations(String enabledOperations)
-
setEnabledOperations
protected void setEnabledOperations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlow
public String getFlow()
-
setFlow
public void setFlow(String flow)
-
setFlow
protected void setFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamedCredential
public String getNamedCredential()
-
setNamedCredential
public void setNamedCredential(String namedCredential)
-
setNamedCredential
protected void setNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotes
public String getNotes()
-
setNotes
public void setNotes(String notes)
-
setNotes
protected void setNotes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOnUpdateAttributes
public String getOnUpdateAttributes()
-
setOnUpdateAttributes
public void setOnUpdateAttributes(String onUpdateAttributes)
-
setOnUpdateAttributes
protected void setOnUpdateAttributes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReconFilter
public String getReconFilter()
-
setReconFilter
public void setReconFilter(String reconFilter)
-
setReconFilter
protected void setReconFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUserAccountMapping
public String getUserAccountMapping()
-
setUserAccountMapping
public void setUserAccountMapping(String userAccountMapping)
-
setUserAccountMapping
protected void setUserAccountMapping(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
-
-