Class ApplicationMenuUpdateRequest

    • Constructor Detail

      • ApplicationMenuUpdateRequest

        public ApplicationMenuUpdateRequest()
    • Method Detail

      • getParentMenuId

        @Nullable
        public String getParentMenuId()
        id of the parent menu of this menu item, or -1 for a top-level item
        Returns:
        parentMenuId
      • setParentMenuId

        public void setParentMenuId​(String parentMenuId)
      • getApplicationPageId

        @Nullable
        public String getApplicationPageId()
        id of the application page targeted by this menu item, or -1 if there is no targeted page (that is, the item is a parent menu)
        Returns:
        applicationPageId
      • setApplicationPageId

        public void setApplicationPageId​(String applicationPageId)
      • getApplicationId

        @Nullable
        public String getApplicationId()
        id of the application related to this menu item
        Returns:
        applicationId
      • setApplicationId

        public void setApplicationId​(String applicationId)
      • getMenuIndex

        @Nullable
        public String getMenuIndex()
        index of the menu item
        Returns:
        menuIndex
      • setMenuIndex

        public void setMenuIndex​(String menuIndex)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        label to display for this menu in the application navigation bar or menu
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object