Package org.bonitasoft.web.client.model
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.12.0")
public class ApplicationMenuCreateRequest
extends Object
implements Serializable
ApplicationMenuCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationPageId(String applicationPageId) displayName(String displayName) booleanthe application menu page IDdisplay name of the application menuthe application menu indexthe application parent menu IDinthashCode()parentMenuId(String parentMenuId) voidsetApplicationPageId(String applicationPageId) voidsetDisplayName(String displayName) voidsetMenuIndex(String menuIndex) voidsetParentMenuId(String parentMenuId) toString()
-
Field Details
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_APPLICATION_PAGE_ID
- See Also:
-
JSON_PROPERTY_MENU_INDEX
- See Also:
-
JSON_PROPERTY_PARENT_MENU_ID
- See Also:
-
-
Constructor Details
-
ApplicationMenuCreateRequest
public ApplicationMenuCreateRequest()
-
-
Method Details
-
displayName
-
getDisplayName
display name of the application menu- Returns:
- displayName
-
setDisplayName
-
applicationPageId
-
getApplicationPageId
the application menu page ID- Returns:
- applicationPageId
-
setApplicationPageId
-
getMenuIndex
the application menu index- Returns:
- menuIndex
-
setMenuIndex
-
parentMenuId
-
getParentMenuId
the application parent menu ID- Returns:
- parentMenuId
-
setParentMenuId
-
equals
-
hashCode
public int hashCode() -
toString
-