Package org.bonitasoft.web.client.model
Class ProfileEntry
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProfileEntry
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProfileEntry extends Object implements Serializable
Profile entry- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_ICONstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_INDEXstatic StringJSON_PROPERTY_IS_CUSTOMstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_PARENT_IDstatic StringJSON_PROPERTY_PROFILE_IDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ProfileEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileEntrydescription(String description)booleanequals(Object o)StringgetDescription()descriptionStringgetIcon()icon used in the portal to represent a profileEntryStringgetId()profileEntry idStringgetIndex()position in a menuBooleangetIsCustom()true | falseStringgetName()name of the profileEntryStringgetPage()pageToken (menu name or menu item name) used in a portal menu to identify the page associated with the profileEntryStringgetParentId()id or parent profileEntry if in a folderStringgetProfileId()id of the profile that contains this profileEntryStringgetType()link (if menu item) | folder (if menu)inthashCode()ProfileEntryicon(String icon)ProfileEntryid(String id)ProfileEntryindex(String index)ProfileEntryisCustom(Boolean isCustom)ProfileEntryname(String name)ProfileEntrypage(String page)ProfileEntryparentId(String parentId)ProfileEntryprofileId(String profileId)voidsetDescription(String description)voidsetIcon(String icon)voidsetId(String id)voidsetIndex(String index)voidsetIsCustom(Boolean isCustom)voidsetName(String name)voidsetPage(String page)voidsetParentId(String parentId)voidsetProfileId(String profileId)voidsetType(String type)StringtoString()ProfileEntrytype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ICON
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDEX
public static final String JSON_PROPERTY_INDEX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROFILE_ID
public static final String JSON_PROPERTY_PROFILE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_CUSTOM
public static final String JSON_PROPERTY_IS_CUSTOM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_ID
public static final String JSON_PROPERTY_PARENT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ProfileEntry id(String id)
-
setId
public void setId(String id)
-
icon
public ProfileEntry icon(String icon)
-
getIcon
@Nullable public String getIcon()
icon used in the portal to represent a profileEntry- Returns:
- icon
-
setIcon
public void setIcon(String icon)
-
index
public ProfileEntry index(String index)
-
setIndex
public void setIndex(String index)
-
profileId
public ProfileEntry profileId(String profileId)
-
getProfileId
@Nullable public String getProfileId()
id of the profile that contains this profileEntry- Returns:
- profileId
-
setProfileId
public void setProfileId(String profileId)
-
page
public ProfileEntry page(String page)
-
getPage
@Nullable public String getPage()
pageToken (menu name or menu item name) used in a portal menu to identify the page associated with the profileEntry- Returns:
- page
-
setPage
public void setPage(String page)
-
description
public ProfileEntry description(String description)
-
setDescription
public void setDescription(String description)
-
name
public ProfileEntry name(String name)
-
setName
public void setName(String name)
-
type
public ProfileEntry type(String type)
-
setType
public void setType(String type)
-
isCustom
public ProfileEntry isCustom(Boolean isCustom)
-
setIsCustom
public void setIsCustom(Boolean isCustom)
-
parentId
public ProfileEntry parentId(String parentId)
-
getParentId
@Nullable public String getParentId()
id or parent profileEntry if in a folder- Returns:
- parentId
-
setParentId
public void setParentId(String parentId)
-
-