Package com.sforce.soap.metadata
Class ConnectedApp
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ConnectedApp
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class ConnectedApp extends Metadata
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ConnectedApp()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectedAppAttribute[]getAttributes()ConnectedAppCanvasConfiggetCanvasConfig()java.lang.StringgetContactEmail()java.lang.StringgetContactPhone()java.lang.StringgetDescription()java.lang.StringgetIconUrl()java.lang.StringgetInfoUrl()ConnectedAppIpRange[]getIpRanges()java.lang.StringgetLabel()java.lang.StringgetLogoUrl()ConnectedAppMobileDetailConfiggetMobileAppConfig()java.lang.StringgetMobileStartUrl()ConnectedAppOauthConfiggetOauthConfig()java.lang.StringgetPlugin()ConnectedAppSamlConfiggetSamlConfig()java.lang.StringgetStartUrl()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAttributes(ConnectedAppAttribute[] attributes)protected voidsetAttributes(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCanvasConfig(ConnectedAppCanvasConfig canvasConfig)protected voidsetCanvasConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetContactEmail(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetContactEmail(java.lang.String contactEmail)protected voidsetContactPhone(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetContactPhone(java.lang.String contactPhone)protected voidsetDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDescription(java.lang.String description)protected voidsetIconUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetIconUrl(java.lang.String iconUrl)protected voidsetInfoUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetInfoUrl(java.lang.String infoUrl)voidsetIpRanges(ConnectedAppIpRange[] ipRanges)protected voidsetIpRanges(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLabel(java.lang.String label)protected voidsetLogoUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLogoUrl(java.lang.String logoUrl)voidsetMobileAppConfig(ConnectedAppMobileDetailConfig mobileAppConfig)protected voidsetMobileAppConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetMobileStartUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMobileStartUrl(java.lang.String mobileStartUrl)voidsetOauthConfig(ConnectedAppOauthConfig oauthConfig)protected voidsetOauthConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetPlugin(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetPlugin(java.lang.String plugin)voidsetSamlConfig(ConnectedAppSamlConfig samlConfig)protected voidsetSamlConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetStartUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetStartUrl(java.lang.String startUrl)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getCanvasConfig
public ConnectedAppCanvasConfig getCanvasConfig()
-
setCanvasConfig
public void setCanvasConfig(ConnectedAppCanvasConfig canvasConfig)
-
setCanvasConfig
protected void setCanvasConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getContactEmail
public java.lang.String getContactEmail()
-
setContactEmail
public void setContactEmail(java.lang.String contactEmail)
-
setContactEmail
protected void setContactEmail(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getContactPhone
public java.lang.String getContactPhone()
-
setContactPhone
public void setContactPhone(java.lang.String contactPhone)
-
setContactPhone
protected void setContactPhone(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
setDescription
protected void setDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIconUrl
public java.lang.String getIconUrl()
-
setIconUrl
public void setIconUrl(java.lang.String iconUrl)
-
setIconUrl
protected void setIconUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getInfoUrl
public java.lang.String getInfoUrl()
-
setInfoUrl
public void setInfoUrl(java.lang.String infoUrl)
-
setInfoUrl
protected void setInfoUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIpRanges
public ConnectedAppIpRange[] getIpRanges()
-
setIpRanges
public void setIpRanges(ConnectedAppIpRange[] ipRanges)
-
setIpRanges
protected void setIpRanges(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLogoUrl
public java.lang.String getLogoUrl()
-
setLogoUrl
public void setLogoUrl(java.lang.String logoUrl)
-
setLogoUrl
protected void setLogoUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMobileAppConfig
public ConnectedAppMobileDetailConfig getMobileAppConfig()
-
setMobileAppConfig
public void setMobileAppConfig(ConnectedAppMobileDetailConfig mobileAppConfig)
-
setMobileAppConfig
protected void setMobileAppConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMobileStartUrl
public java.lang.String getMobileStartUrl()
-
setMobileStartUrl
public void setMobileStartUrl(java.lang.String mobileStartUrl)
-
setMobileStartUrl
protected void setMobileStartUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getOauthConfig
public ConnectedAppOauthConfig getOauthConfig()
-
setOauthConfig
public void setOauthConfig(ConnectedAppOauthConfig oauthConfig)
-
setOauthConfig
protected void setOauthConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPlugin
public java.lang.String getPlugin()
-
setPlugin
public void setPlugin(java.lang.String plugin)
-
setPlugin
protected void setPlugin(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getSamlConfig
public ConnectedAppSamlConfig getSamlConfig()
-
setSamlConfig
public void setSamlConfig(ConnectedAppSamlConfig samlConfig)
-
setSamlConfig
protected void setSamlConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getStartUrl
public java.lang.String getStartUrl()
-
setStartUrl
public void setStartUrl(java.lang.String startUrl)
-
setStartUrl
protected void setStartUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-