Package com.sforce.soap.metadata
Class EmbeddedServiceMenuItem
- java.lang.Object
-
- com.sforce.soap.metadata.EmbeddedServiceMenuItem
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceMenuItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
setChannel
protected void setChannel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getChannelType
public EmbeddedServiceChannelType getChannelType()
-
setChannelType
public void setChannelType(EmbeddedServiceChannelType channelType)
-
setChannelType
protected void setChannelType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomUrl
public String getCustomUrl()
-
setCustomUrl
public void setCustomUrl(String customUrl)
-
setCustomUrl
protected void setCustomUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayOrder
public int getDisplayOrder()
-
setDisplayOrder
public void setDisplayOrder(int displayOrder)
-
setDisplayOrder
protected void setDisplayOrder(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
-
getIconUrl
public String getIconUrl()
-
setIconUrl
public void setIconUrl(String iconUrl)
-
setIconUrl
protected void setIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsDisplayedOnPageLoad
public boolean getIsDisplayedOnPageLoad()
-
isIsDisplayedOnPageLoad
public boolean isIsDisplayedOnPageLoad()
-
setIsDisplayedOnPageLoad
public void setIsDisplayedOnPageLoad(boolean isDisplayedOnPageLoad)
-
setIsDisplayedOnPageLoad
protected void setIsDisplayedOnPageLoad(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getItemName
public String getItemName()
-
setItemName
public void setItemName(String itemName)
-
setItemName
protected void setItemName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOsOptionsHideInIOS
public boolean getOsOptionsHideInIOS()
-
isOsOptionsHideInIOS
public boolean isOsOptionsHideInIOS()
-
setOsOptionsHideInIOS
public void setOsOptionsHideInIOS(boolean osOptionsHideInIOS)
-
setOsOptionsHideInIOS
protected void setOsOptionsHideInIOS(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOsOptionsHideInLinuxOS
public boolean getOsOptionsHideInLinuxOS()
-
isOsOptionsHideInLinuxOS
public boolean isOsOptionsHideInLinuxOS()
-
setOsOptionsHideInLinuxOS
public void setOsOptionsHideInLinuxOS(boolean osOptionsHideInLinuxOS)
-
setOsOptionsHideInLinuxOS
protected void setOsOptionsHideInLinuxOS(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOsOptionsHideInMacOS
public boolean getOsOptionsHideInMacOS()
-
isOsOptionsHideInMacOS
public boolean isOsOptionsHideInMacOS()
-
setOsOptionsHideInMacOS
public void setOsOptionsHideInMacOS(boolean osOptionsHideInMacOS)
-
setOsOptionsHideInMacOS
protected void setOsOptionsHideInMacOS(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOsOptionsHideInOtherOS
public boolean getOsOptionsHideInOtherOS()
-
isOsOptionsHideInOtherOS
public boolean isOsOptionsHideInOtherOS()
-
setOsOptionsHideInOtherOS
public void setOsOptionsHideInOtherOS(boolean osOptionsHideInOtherOS)
-
setOsOptionsHideInOtherOS
protected void setOsOptionsHideInOtherOS(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOsOptionsHideInWindowsOS
public boolean getOsOptionsHideInWindowsOS()
-
isOsOptionsHideInWindowsOS
public boolean isOsOptionsHideInWindowsOS()
-
setOsOptionsHideInWindowsOS
public void setOsOptionsHideInWindowsOS(boolean osOptionsHideInWindowsOS)
-
setOsOptionsHideInWindowsOS
protected void setOsOptionsHideInWindowsOS(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
setPhoneNumber
protected void setPhoneNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShouldOpenUrlInSameTab
public boolean getShouldOpenUrlInSameTab()
-
isShouldOpenUrlInSameTab
public boolean isShouldOpenUrlInSameTab()
-
setShouldOpenUrlInSameTab
public void setShouldOpenUrlInSameTab(boolean shouldOpenUrlInSameTab)
-
setShouldOpenUrlInSameTab
protected void setShouldOpenUrlInSameTab(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
-
-