Class ApplicationMenuUpdateRequest

java.lang.Object
org.bonitasoft.web.client.model.ApplicationMenuUpdateRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ApplicationMenuUpdateRequest extends Object implements Serializable
ApplicationMenuUpdateRequest
See Also:
  • Field Details

  • Constructor Details

    • ApplicationMenuUpdateRequest

      public ApplicationMenuUpdateRequest()
  • Method Details

    • parentMenuId

      public ApplicationMenuUpdateRequest parentMenuId(@Nullable String parentMenuId)
    • 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(@Nullable String parentMenuId)
    • applicationPageId

      public ApplicationMenuUpdateRequest applicationPageId(@Nullable String applicationPageId)
    • 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(@Nullable String applicationPageId)
    • applicationId

      public ApplicationMenuUpdateRequest applicationId(@Nullable String applicationId)
    • getApplicationId

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

      public void setApplicationId(@Nullable String applicationId)
    • getMenuIndex

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

      public void setMenuIndex(@Nullable String menuIndex)
    • displayName

      public ApplicationMenuUpdateRequest displayName(@Nullable String displayName)
    • getDisplayName

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

      public void setDisplayName(@Nullable String displayName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object