Package com.appiancorp.suiteapi.portal
Class NavigationMenu
java.lang.Object
com.appiancorp.suiteapi.portal.NavigationMenu
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Compares twoNavigationMenu
objects for equality.Deprecated.getId()
Deprecated.getKey()
Deprecated.getPath()
Deprecated.int
hashCode()
Deprecated.Returns the hashcode for thisNavigationMenu
.void
setDescription
(String description_) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.
-
Constructor Details
-
NavigationMenu
public NavigationMenu()Deprecated.
-
-
Method Details
-
getDescription
Deprecated. -
setDescription
Deprecated. -
getId
Deprecated. -
setId
Deprecated. -
getKey
Deprecated. -
setKey
Deprecated. -
getPath
Deprecated. -
setPath
Deprecated. -
hashCode
public int hashCode()Deprecated.Returns the hashcode for thisNavigationMenu
. TwoNavigationMenu
objects that have the same key will have the same hashcode. -
equals
Deprecated.Compares twoNavigationMenu
objects for equality. Two objects are equal if they have the same key.
-