Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) applicationPageId(String applicationPageId) displayName(String displayName) booleanid of the application related to this menu itemid 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)label to display for this menu in the application navigation bar or menuindex of the menu itemid of the parent menu of this menu item, or -1 for a top-level iteminthashCode()parentMenuId(String parentMenuId) voidsetApplicationId(String applicationId) voidsetApplicationPageId(String applicationPageId) voidsetDisplayName(String displayName) voidsetMenuIndex(String menuIndex) voidsetParentMenuId(String parentMenuId) toString()
-
Field Details
-
JSON_PROPERTY_PARENT_MENU_ID
- See Also:
-
JSON_PROPERTY_APPLICATION_PAGE_ID
- See Also:
-
JSON_PROPERTY_APPLICATION_ID
- See Also:
-
JSON_PROPERTY_MENU_INDEX
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
ApplicationMenuUpdateRequest
public ApplicationMenuUpdateRequest()
-
-
Method Details
-
parentMenuId
-
getParentMenuId
id of the parent menu of this menu item, or -1 for a top-level item- Returns:
- parentMenuId
-
setParentMenuId
-
applicationPageId
-
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
-
applicationId
-
getApplicationId
id of the application related to this menu item- Returns:
- applicationId
-
setApplicationId
-
getMenuIndex
index of the menu item- Returns:
- menuIndex
-
setMenuIndex
-
displayName
-
getDisplayName
label to display for this menu in the application navigation bar or menu- Returns:
- displayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-