Package com.sforce.soap.metadata
Class EmbeddedServiceMenuSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EmbeddedServiceMenuSettings
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceMenuSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBranding
public String getBranding()
-
setBranding
public void setBranding(String branding)
-
setBranding
protected void setBranding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmbeddedServiceCustomLabels
public EmbeddedServiceCustomLabel[] getEmbeddedServiceCustomLabels()
-
setEmbeddedServiceCustomLabels
public void setEmbeddedServiceCustomLabels(EmbeddedServiceCustomLabel[] embeddedServiceCustomLabels)
-
setEmbeddedServiceCustomLabels
protected void setEmbeddedServiceCustomLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmbeddedServiceCustomizations
public EmbeddedServiceCustomization[] getEmbeddedServiceCustomizations()
-
setEmbeddedServiceCustomizations
public void setEmbeddedServiceCustomizations(EmbeddedServiceCustomization[] embeddedServiceCustomizations)
-
setEmbeddedServiceCustomizations
protected void setEmbeddedServiceCustomizations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmbeddedServiceMenuItems
public EmbeddedServiceMenuItem[] getEmbeddedServiceMenuItems()
-
setEmbeddedServiceMenuItems
public void setEmbeddedServiceMenuItems(EmbeddedServiceMenuItem[] embeddedServiceMenuItems)
-
setEmbeddedServiceMenuItems
protected void setEmbeddedServiceMenuItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled()
-
isIsEnabled
public boolean isIsEnabled()
-
setIsEnabled
public void setIsEnabled(boolean isEnabled)
-
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSite
public String getSite()
-
setSite
public void setSite(String site)
-
setSite
protected void setSite(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
-
-