Package com.sforce.soap.metadata
Class ExternalAuthIdentityProviderParameter
- java.lang.Object
-
- com.sforce.soap.metadata.ExternalAuthIdentityProviderParameter
-
-
Constructor Summary
Constructors Constructor Description ExternalAuthIdentityProviderParameter()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(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 ExtlIdentityProviderParmType getParameterType()
-
setParameterType
public void setParameterType(ExtlIdentityProviderParmType 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
-
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
-
-