Package com.sforce.soap.metadata
Class ExternalDataSource
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ExternalDataSource
- 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 TypeMethodDescriptionbooleangetLabel()getType()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthProvider(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthProvider(String authProvider) protected voidsetCertificate(XmlInputStream __in, TypeMapper __typeMapper) voidsetCertificate(String certificate) protected voidsetCustomConfiguration(XmlInputStream __in, TypeMapper __typeMapper) voidsetCustomConfiguration(String customConfiguration) voidsetCustomHttpHeaders(CustomHttpHeader[] customHttpHeaders) protected voidsetCustomHttpHeaders(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEndpoint(XmlInputStream __in, TypeMapper __typeMapper) voidsetEndpoint(String endpoint) voidsetExternalDataSrcDescriptors(ExternalDataSrcDescriptor[] externalDataSrcDescriptors) protected voidsetExternalDataSrcDescriptors(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsWritable(boolean isWritable) protected voidsetIsWritable(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) voidsetNamedCredential(String namedCredential) protected voidsetOauthRefreshToken(XmlInputStream __in, TypeMapper __typeMapper) voidsetOauthRefreshToken(String oauthRefreshToken) protected voidsetOauthScope(XmlInputStream __in, TypeMapper __typeMapper) voidsetOauthScope(String oauthScope) protected voidsetOauthToken(XmlInputStream __in, TypeMapper __typeMapper) voidsetOauthToken(String oauthToken) protected voidsetPassword(XmlInputStream __in, TypeMapper __typeMapper) voidsetPassword(String password) voidsetPrincipalType(ExternalPrincipalType principalType) protected voidsetPrincipalType(XmlInputStream __in, TypeMapper __typeMapper) voidsetProtocol(AuthenticationProtocol protocol) protected voidsetProtocol(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRepository(XmlInputStream __in, TypeMapper __typeMapper) voidsetRepository(String repository) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetUsername(XmlInputStream __in, TypeMapper __typeMapper) voidsetUsername(String username) protected voidsetVersion(XmlInputStream __in, TypeMapper __typeMapper) voidsetVersion(String version) 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
-
ExternalDataSource
public ExternalDataSource()Constructor
-
-
Method Details
-
getAuthProvider
-
setAuthProvider
-
setAuthProvider
protected void setAuthProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCertificate
-
setCertificate
-
setCertificate
protected void setCertificate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomConfiguration
-
setCustomConfiguration
-
setCustomConfiguration
protected void setCustomConfiguration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomHttpHeaders
-
setCustomHttpHeaders
-
setCustomHttpHeaders
protected void setCustomHttpHeaders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEndpoint
-
setEndpoint
-
setEndpoint
protected void setEndpoint(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalDataSrcDescriptors
-
setExternalDataSrcDescriptors
-
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
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNamedCredential
-
setNamedCredential
-
setNamedCredential
protected void setNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOauthRefreshToken
-
setOauthRefreshToken
-
setOauthRefreshToken
protected void setOauthRefreshToken(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOauthScope
-
setOauthScope
-
setOauthScope
protected void setOauthScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOauthToken
-
setOauthToken
-
setOauthToken
protected void setOauthToken(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPassword
-
setPassword
-
setPassword
protected void setPassword(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPrincipalType
-
setPrincipalType
-
setPrincipalType
protected void setPrincipalType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProtocol
-
setProtocol
-
setProtocol
protected void setProtocol(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRepository
-
setRepository
-
setRepository
protected void setRepository(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUsername
-
setUsername
-
setUsername
protected void setUsername(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getVersion
-
setVersion
-
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
- 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
-