Package org.bonitasoft.web.client.model
Class Group
java.lang.Object
org.bonitasoft.web.client.model.Group
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class Group
extends Object
implements Serializable
Group
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedByUserId(String createdByUserId) creationDate(String creationDate) description(String description) displayName(String displayName) booleanid of the user who created the group (-1 if the group was created by the technical admin or by an organisation import)creation date (format: `2014-12-31 15:17:24.736`)descriptiondisplay namegetIcon()icon pathgetId()group IDlast update date (format: `2014-12-31 15:17:24.736`)getName()namethe id of the parent group of this group (empty if the group has no parent)the path of the parent group of this group (empty if the group has no parent)getPath()the full path of the group (including its parent path)inthashCode()lastUpdateDate(String lastUpdateDate) parentGroupId(String parentGroupId) parentPath(String parentPath) voidsetCreatedByUserId(String createdByUserId) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetLastUpdateDate(String lastUpdateDate) voidvoidsetParentGroupId(String parentGroupId) voidsetParentPath(String parentPath) voidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_PARENT_PATH
- See Also:
-
JSON_PROPERTY_PARENT_GROUP_ID
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_CREATED_BY_USER_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_ICON
- See Also:
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
id
-
getId
group ID- Returns:
- id
-
setId
-
name
-
getName
name- Returns:
- name
-
setName
-
displayName
-
getDisplayName
display name- Returns:
- displayName
-
setDisplayName
-
parentPath
-
getParentPath
the path of the parent group of this group (empty if the group has no parent)- Returns:
- parentPath
-
setParentPath
-
parentGroupId
-
getParentGroupId
the id of the parent group of this group (empty if the group has no parent)- Returns:
- parentGroupId
-
setParentGroupId
-
path
-
getPath
the full path of the group (including its parent path)- Returns:
- path
-
setPath
-
description
-
getDescription
description- Returns:
- description
-
setDescription
-
creationDate
-
getCreationDate
creation date (format: `2014-12-31 15:17:24.736`)- Returns:
- creationDate
-
setCreationDate
-
createdByUserId
-
getCreatedByUserId
id of the user who created the group (-1 if the group was created by the technical admin or by an organisation import)- Returns:
- createdByUserId
-
setCreatedByUserId
-
lastUpdateDate
-
getLastUpdateDate
last update date (format: `2014-12-31 15:17:24.736`)- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
icon
-
getIcon
icon path- Returns:
- icon
-
setIcon
-
equals
-
hashCode
public int hashCode() -
toString
-