Package org.bonitasoft.web.client.model
Class ProfileEntryUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProfileEntryUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProfileEntryUpdateRequest extends Object implements Serializable
ProfileEntryUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic 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 ProfileEntryUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileEntryUpdateRequestdescription(String description)booleanequals(Object o)StringgetDescription()descriptionBooleangetIsCustom()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()ProfileEntryUpdateRequestisCustom(Boolean isCustom)ProfileEntryUpdateRequestname(String name)ProfileEntryUpdateRequestpage(String page)ProfileEntryUpdateRequestparentId(String parentId)ProfileEntryUpdateRequestprofileId(String profileId)voidsetDescription(String description)voidsetIsCustom(Boolean isCustom)voidsetName(String name)voidsetPage(String page)voidsetParentId(String parentId)voidsetProfileId(String profileId)voidsetType(String type)StringtoString()ProfileEntryUpdateRequesttype(String type)
-
-
-
Field Detail
-
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
-
profileId
public ProfileEntryUpdateRequest 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 ProfileEntryUpdateRequest 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 ProfileEntryUpdateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
name
public ProfileEntryUpdateRequest name(String name)
-
setName
public void setName(String name)
-
type
public ProfileEntryUpdateRequest type(String type)
-
setType
public void setType(String type)
-
isCustom
public ProfileEntryUpdateRequest isCustom(Boolean isCustom)
-
setIsCustom
public void setIsCustom(Boolean isCustom)
-
parentId
public ProfileEntryUpdateRequest parentId(String parentId)
-
getParentId
@Nullable public String getParentId()
id or parent profileEntry if in a folder- Returns:
- parentId
-
setParentId
public void setParentId(String parentId)
-
-