Class ApplicationMenuCreateRequest

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

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

  • Constructor Details

    • ApplicationMenuCreateRequest

      public ApplicationMenuCreateRequest()
  • Method Details

    • displayName

      public ApplicationMenuCreateRequest displayName(String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      display name of the application menu
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • applicationPageId

      public ApplicationMenuCreateRequest applicationPageId(String applicationPageId)
    • getApplicationPageId

      @Nullable public String getApplicationPageId()
      the application menu page ID
      Returns:
      applicationPageId
    • setApplicationPageId

      public void setApplicationPageId(String applicationPageId)
    • getMenuIndex

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

      public void setMenuIndex(String menuIndex)
    • parentMenuId

      public ApplicationMenuCreateRequest parentMenuId(String parentMenuId)
    • getParentMenuId

      @Nullable public String getParentMenuId()
      the application parent menu ID
      Returns:
      parentMenuId
    • setParentMenuId

      public void setParentMenuId(String parentMenuId)
    • 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