Package org.bonitasoft.web.client.model
Class ProfileEntryUpdateRequest
java.lang.Object
org.bonitasoft.web.client.model.ProfileEntryUpdateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProfileEntryUpdateRequest
extends Object
implements Serializable
ProfileEntryUpdateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleandescriptiontrue | falsegetName()name of the profileEntrygetPage()pageToken (menu name or menu item name) used in a portal menu to identify the page associated with the profileEntryid or parent profileEntry if in a folderid of the profile that contains this profileEntrygetType()link (if menu item) | folder (if menu)inthashCode()voidsetDescription(String description) voidsetIsCustom(Boolean isCustom) voidvoidvoidsetParentId(String parentId) voidsetProfileId(String profileId) voidtoString()
-
Field Details
-
JSON_PROPERTY_PROFILE_ID
- See Also:
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_IS_CUSTOM
- See Also:
-
JSON_PROPERTY_PARENT_ID
- See Also:
-
-
Constructor Details
-
ProfileEntryUpdateRequest
public ProfileEntryUpdateRequest()
-
-
Method Details
-
profileId
-
getProfileId
id of the profile that contains this profileEntry- Returns:
- profileId
-
setProfileId
-
page
-
getPage
pageToken (menu name or menu item name) used in a portal menu to identify the page associated with the profileEntry- Returns:
- page
-
setPage
-
description
-
getDescription
description- Returns:
- description
-
setDescription
-
name
-
getName
name of the profileEntry- Returns:
- name
-
setName
-
type
-
getType
link (if menu item) | folder (if menu)- Returns:
- type
-
setType
-
isCustom
-
getIsCustom
true | false- Returns:
- isCustom
-
setIsCustom
-
parentId
-
getParentId
id or parent profileEntry if in a folder- Returns:
- parentId
-
setParentId
-
equals
-
hashCode
public int hashCode() -
toString
-