Package com.sforce.soap.metadata
Class ConnectedAppCanvasConfig
- java.lang.Object
-
- com.sforce.soap.metadata.ConnectedAppCanvasConfig
-
-
Constructor Summary
Constructors Constructor Description ConnectedAppCanvasConfig()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAccessMethod
public AccessMethod getAccessMethod()
-
setAccessMethod
public void setAccessMethod(AccessMethod accessMethod)
-
setAccessMethod
protected void setAccessMethod(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCanvasUrl
public String getCanvasUrl()
-
setCanvasUrl
public void setCanvasUrl(String canvasUrl)
-
setCanvasUrl
protected void setCanvasUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLifecycleClass
public String getLifecycleClass()
-
setLifecycleClass
public void setLifecycleClass(String lifecycleClass)
-
setLifecycleClass
protected void setLifecycleClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLocations
public CanvasLocationOptions[] getLocations()
-
setLocations
public void setLocations(CanvasLocationOptions[] locations)
-
setLocations
protected void setLocations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOptions
public CanvasOptions[] getOptions()
-
setOptions
public void setOptions(CanvasOptions[] options)
-
setOptions
protected void setOptions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSamlInitiationMethod
public SamlInitiationMethod getSamlInitiationMethod()
-
setSamlInitiationMethod
public void setSamlInitiationMethod(SamlInitiationMethod samlInitiationMethod)
-
setSamlInitiationMethod
protected void setSamlInitiationMethod(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
-
-