Package com.sforce.soap.metadata
Class ExternalDataSource
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ExternalDataSource
-
-
Constructor Summary
Constructors Constructor Description ExternalDataSource()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
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
-
getCustomConfiguration
public String getCustomConfiguration()
-
setCustomConfiguration
public void setCustomConfiguration(String customConfiguration)
-
setCustomConfiguration
protected void setCustomConfiguration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomHttpHeaders
public CustomHttpHeader[] getCustomHttpHeaders()
-
setCustomHttpHeaders
public void setCustomHttpHeaders(CustomHttpHeader[] customHttpHeaders)
-
setCustomHttpHeaders
protected void setCustomHttpHeaders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEndpoint
public String getEndpoint()
-
setEndpoint
public void setEndpoint(String endpoint)
-
setEndpoint
protected void setEndpoint(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalDataSrcDescriptors
public ExternalDataSrcDescriptor[] getExternalDataSrcDescriptors()
-
setExternalDataSrcDescriptors
public void setExternalDataSrcDescriptors(ExternalDataSrcDescriptor[] externalDataSrcDescriptors)
-
setExternalDataSrcDescriptors
protected void setExternalDataSrcDescriptors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsWritable
public boolean getIsWritable()
-
isIsWritable
public boolean isIsWritable()
-
setIsWritable
public void setIsWritable(boolean isWritable)
-
setIsWritable
protected void setIsWritable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(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
-
getOauthRefreshToken
public String getOauthRefreshToken()
-
setOauthRefreshToken
public void setOauthRefreshToken(String oauthRefreshToken)
-
setOauthRefreshToken
protected void setOauthRefreshToken(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOauthScope
public String getOauthScope()
-
setOauthScope
public void setOauthScope(String oauthScope)
-
setOauthScope
protected void setOauthScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOauthToken
public String getOauthToken()
-
setOauthToken
public void setOauthToken(String oauthToken)
-
setOauthToken
protected void setOauthToken(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
setPassword
protected void setPassword(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrincipalType
public ExternalPrincipalType getPrincipalType()
-
setPrincipalType
public void setPrincipalType(ExternalPrincipalType principalType)
-
setPrincipalType
protected void setPrincipalType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProtocol
public AuthenticationProtocol getProtocol()
-
setProtocol
public void setProtocol(AuthenticationProtocol protocol)
-
setProtocol
protected void setProtocol(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRepository
public String getRepository()
-
setRepository
public void setRepository(String repository)
-
setRepository
protected void setRepository(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public ExternalDataSourceType getType()
-
setType
public void setType(ExternalDataSourceType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
setUsername
protected void setUsername(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
setVersion
protected void setVersion(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
-
-