Package com.sforce.soap.metadata
Class UserProvisioningConfig
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.UserProvisioningConfig
- 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 TypeMethodDescriptionbooleangetFlow()getNotes()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApprovalRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetApprovalRequired(String approvalRequired) protected voidsetConnectedApp(XmlInputStream __in, TypeMapper __typeMapper) voidsetConnectedApp(String connectedApp) voidsetEnabled(boolean enabled) protected voidsetEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEnabledOperations(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnabledOperations(String enabledOperations) protected voidsetFlow(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamedCredential(String namedCredential) protected voidsetNotes(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetOnUpdateAttributes(XmlInputStream __in, TypeMapper __typeMapper) voidsetOnUpdateAttributes(String onUpdateAttributes) protected voidsetReconFilter(XmlInputStream __in, TypeMapper __typeMapper) voidsetReconFilter(String reconFilter) protected voidsetUserAccountMapping(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserAccountMapping(String userAccountMapping) 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
-
UserProvisioningConfig
public UserProvisioningConfig()Constructor
-
-
Method Details
-
getApprovalRequired
-
setApprovalRequired
-
setApprovalRequired
protected void setApprovalRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConnectedApp
-
setConnectedApp
-
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
-
setEnabledOperations
-
setEnabledOperations
protected void setEnabledOperations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFlow
-
setFlow
-
setFlow
protected void setFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamedCredential
-
setNamedCredential
-
setNamedCredential
protected void setNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNotes
-
setNotes
-
setNotes
protected void setNotes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOnUpdateAttributes
-
setOnUpdateAttributes
-
setOnUpdateAttributes
protected void setOnUpdateAttributes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReconFilter
-
setReconFilter
-
setReconFilter
protected void setReconFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserAccountMapping
-
setUserAccountMapping
-
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
- 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
-