Package org.bonitasoft.web.client.model
Class Group
- java.lang.Object
-
- org.bonitasoft.web.client.model.Group
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Group extends Object implements Serializable
Group- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_BY_USER_IDstatic StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_ICONstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_LAST_UPDATE_DATEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PARENT_PATHstatic StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupcreatedByUserId(String createdByUserId)GroupcreationDate(String creationDate)Groupdescription(String description)GroupdisplayName(String displayName)booleanequals(Object o)StringgetCreatedByUserId()id of the user who created the group (-1 if the group was created by the tenant admin or by an organisation import)StringgetCreationDate()creation date (format: `2014-12-31 15:17:24.736`)StringgetDescription()descriptionStringgetDisplayName()display nameStringgetIcon()icon pathStringgetId()group IDStringgetLastUpdateDate()last update date (format: `2014-12-31 15:17:24.736`)StringgetName()nameStringgetParentPath()the path of the parent group of this group (empty if the group has no parent)StringgetPath()the full path of the group (including its parent path)inthashCode()Groupicon(String icon)Groupid(String id)GrouplastUpdateDate(String lastUpdateDate)Groupname(String name)GroupparentPath(String parentPath)Grouppath(String path)voidsetCreatedByUserId(String createdByUserId)voidsetCreationDate(String creationDate)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetIcon(String icon)voidsetId(String id)voidsetLastUpdateDate(String lastUpdateDate)voidsetName(String name)voidsetParentPath(String parentPath)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_PATH
public static final String JSON_PROPERTY_PARENT_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_BY_USER_ID
public static final String JSON_PROPERTY_CREATED_BY_USER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_UPDATE_DATE
public static final String JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ICON
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(String id)
-
setName
public void setName(String name)
-
setDisplayName
public void setDisplayName(String displayName)
-
getParentPath
@Nullable public String getParentPath()
the path of the parent group of this group (empty if the group has no parent)- Returns:
- parentPath
-
setParentPath
public void setParentPath(String parentPath)
-
getPath
@Nullable public String getPath()
the full path of the group (including its parent path)- Returns:
- path
-
setPath
public void setPath(String path)
-
setDescription
public void setDescription(String description)
-
getCreationDate
@Nullable public String getCreationDate()
creation date (format: `2014-12-31 15:17:24.736`)- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(String creationDate)
-
getCreatedByUserId
@Nullable public String getCreatedByUserId()
id of the user who created the group (-1 if the group was created by the tenant admin or by an organisation import)- Returns:
- createdByUserId
-
setCreatedByUserId
public void setCreatedByUserId(String createdByUserId)
-
getLastUpdateDate
@Nullable public String getLastUpdateDate()
last update date (format: `2014-12-31 15:17:24.736`)- Returns:
- lastUpdateDate
-
setLastUpdateDate
public void setLastUpdateDate(String lastUpdateDate)
-
setIcon
public void setIcon(String icon)
-
-