Package com.sforce.soap.metadata
Class ConnectedApp
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ConnectedApp
-
-
Constructor Summary
Constructors Constructor Description ConnectedApp()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAttributes
public ConnectedAppAttribute[] getAttributes()
-
setAttributes
public void setAttributes(ConnectedAppAttribute[] attributes)
-
setAttributes
protected void setAttributes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCanvas
public CanvasMetadata getCanvas()
-
setCanvas
public void setCanvas(CanvasMetadata canvas)
-
setCanvas
protected void setCanvas(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCanvasConfig
public ConnectedAppCanvasConfig getCanvasConfig()
-
setCanvasConfig
public void setCanvasConfig(ConnectedAppCanvasConfig canvasConfig)
-
setCanvasConfig
protected void setCanvasConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContactEmail
public String getContactEmail()
-
setContactEmail
public void setContactEmail(String contactEmail)
-
setContactEmail
protected void setContactEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContactPhone
public String getContactPhone()
-
setContactPhone
public void setContactPhone(String contactPhone)
-
setContactPhone
protected void setContactPhone(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
-
getIconUrl
public String getIconUrl()
-
setIconUrl
public void setIconUrl(String iconUrl)
-
setIconUrl
protected void setIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInfoUrl
public String getInfoUrl()
-
setInfoUrl
public void setInfoUrl(String infoUrl)
-
setInfoUrl
protected void setInfoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIpRanges
public ConnectedAppIpRange[] getIpRanges()
-
setIpRanges
public void setIpRanges(ConnectedAppIpRange[] ipRanges)
-
setIpRanges
protected void setIpRanges(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
-
getLogoUrl
public String getLogoUrl()
-
setLogoUrl
public void setLogoUrl(String logoUrl)
-
setLogoUrl
protected void setLogoUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMobileAppConfig
public ConnectedAppMobileDetailConfig getMobileAppConfig()
-
setMobileAppConfig
public void setMobileAppConfig(ConnectedAppMobileDetailConfig mobileAppConfig)
-
setMobileAppConfig
protected void setMobileAppConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMobileStartUrl
public String getMobileStartUrl()
-
setMobileStartUrl
public void setMobileStartUrl(String mobileStartUrl)
-
setMobileStartUrl
protected void setMobileStartUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOauthConfig
public ConnectedAppOauthConfig getOauthConfig()
-
setOauthConfig
public void setOauthConfig(ConnectedAppOauthConfig oauthConfig)
-
setOauthConfig
protected void setOauthConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOauthPolicy
public ConnectedAppOauthPolicy getOauthPolicy()
-
setOauthPolicy
public void setOauthPolicy(ConnectedAppOauthPolicy oauthPolicy)
-
setOauthPolicy
protected void setOauthPolicy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPermissionSetName
public String[] getPermissionSetName()
-
setPermissionSetName
public void setPermissionSetName(String[] permissionSetName)
-
setPermissionSetName
protected void setPermissionSetName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPlugin
public String getPlugin()
-
setPlugin
public void setPlugin(String plugin)
-
setPlugin
protected void setPlugin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPluginExecutionUser
public String getPluginExecutionUser()
-
setPluginExecutionUser
public void setPluginExecutionUser(String pluginExecutionUser)
-
setPluginExecutionUser
protected void setPluginExecutionUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProfileName
public String[] getProfileName()
-
setProfileName
public void setProfileName(String[] profileName)
-
setProfileName
protected void setProfileName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlConfig
public ConnectedAppSamlConfig getSamlConfig()
-
setSamlConfig
public void setSamlConfig(ConnectedAppSamlConfig samlConfig)
-
setSamlConfig
protected void setSamlConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSessionPolicy
public ConnectedAppSessionPolicy getSessionPolicy()
-
setSessionPolicy
public void setSessionPolicy(ConnectedAppSessionPolicy sessionPolicy)
-
setSessionPolicy
protected void setSessionPolicy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStartUrl
public String getStartUrl()
-
setStartUrl
public void setStartUrl(String startUrl)
-
setStartUrl
protected void setStartUrl(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
-
-