Package com.sforce.soap.metadata
Class NavigationMenuItem
- java.lang.Object
-
- com.sforce.soap.metadata.NavigationMenuItem
-
-
Constructor Summary
Constructors Constructor Description NavigationMenuItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDefaultListViewId
public String getDefaultListViewId()
-
setDefaultListViewId
public void setDefaultListViewId(String defaultListViewId)
-
setDefaultListViewId
protected void setDefaultListViewId(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
-
getMenuItemBranding
public NavigationMenuItemBranding getMenuItemBranding()
-
setMenuItemBranding
public void setMenuItemBranding(NavigationMenuItemBranding menuItemBranding)
-
setMenuItemBranding
protected void setMenuItemBranding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
setPosition
protected void setPosition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPubliclyAvailable
public boolean getPubliclyAvailable()
-
isPubliclyAvailable
public boolean isPubliclyAvailable()
-
setPubliclyAvailable
public void setPubliclyAvailable(boolean publiclyAvailable)
-
setPubliclyAvailable
protected void setPubliclyAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubMenu
public NavigationSubMenu getSubMenu()
-
setSubMenu
public void setSubMenu(NavigationSubMenu subMenu)
-
setSubMenu
protected void setSubMenu(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
setTarget
protected void setTarget(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetPreference
public String getTargetPreference()
-
setTargetPreference
public void setTargetPreference(String targetPreference)
-
setTargetPreference
protected void setTargetPreference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(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
-
-