Package org.bonitasoft.web.client.model
Class ApplicationMenuCreateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ApplicationMenuCreateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationMenuCreateRequest extends Object implements Serializable
ApplicationMenuCreateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_APPLICATION_PAGE_IDstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_MENU_INDEXstatic StringJSON_PROPERTY_PARENT_MENU_ID
-
Constructor Summary
Constructors Constructor Description ApplicationMenuCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationMenuCreateRequestapplicationPageId(String applicationPageId)ApplicationMenuCreateRequestdisplayName(String displayName)booleanequals(Object o)StringgetApplicationPageId()the application menu page IDStringgetDisplayName()display name of the application menuStringgetMenuIndex()the application menu indexStringgetParentMenuId()the application parent menu IDinthashCode()ApplicationMenuCreateRequestmenuIndex(String menuIndex)ApplicationMenuCreateRequestparentMenuId(String parentMenuId)voidsetApplicationPageId(String applicationPageId)voidsetDisplayName(String displayName)voidsetMenuIndex(String menuIndex)voidsetParentMenuId(String parentMenuId)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_APPLICATION_PAGE_ID
public static final String JSON_PROPERTY_APPLICATION_PAGE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MENU_INDEX
public static final String JSON_PROPERTY_MENU_INDEX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_MENU_ID
public static final String JSON_PROPERTY_PARENT_MENU_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
menuIndex
public ApplicationMenuCreateRequest menuIndex(String 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)
-
-