Package com.sforce.soap.metadata
Class ExternalCredentialParameter
- java.lang.Object
-
- com.sforce.soap.metadata.ExternalCredentialParameter
-
-
Constructor Summary
Constructors Constructor Description ExternalCredentialParameter()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAuthProvider
public String getAuthProvider()
-
setAuthProvider
public void setAuthProvider(String authProvider)
-
setAuthProvider
protected void setAuthProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCertificate
public String getCertificate()
-
setCertificate
public void setCertificate(String certificate)
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalAuthIdentityProvider
public String getExternalAuthIdentityProvider()
-
setExternalAuthIdentityProvider
public void setExternalAuthIdentityProvider(String externalAuthIdentityProvider)
-
setExternalAuthIdentityProvider
protected void setExternalAuthIdentityProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParameterGroup
public String getParameterGroup()
-
setParameterGroup
public void setParameterGroup(String parameterGroup)
-
setParameterGroup
protected void setParameterGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParameterName
public String getParameterName()
-
setParameterName
public void setParameterName(String parameterName)
-
setParameterName
protected void setParameterName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParameterType
public ExternalCredentialParamType getParameterType()
-
setParameterType
public void setParameterType(ExternalCredentialParamType parameterType)
-
setParameterType
protected void setParameterType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getParameterValue
public String getParameterValue()
-
setParameterValue
public void setParameterValue(String parameterValue)
-
setParameterValue
protected void setParameterValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSequenceNumber
public int getSequenceNumber()
-
setSequenceNumber
public void setSequenceNumber(int sequenceNumber)
-
setSequenceNumber
protected void setSequenceNumber(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
-
-