Package org.bonitasoft.web.client.model
Class GroupUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.GroupUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class GroupUpdateRequest extends Object implements Serializable
GroupUpdateRequest- 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_LAST_UPDATE_DATEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PARENT_PATHstatic StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description GroupUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupUpdateRequestcreatedByUserId(String createdByUserId)GroupUpdateRequestcreationDate(String creationDate)GroupUpdateRequestdescription(String description)GroupUpdateRequestdisplayName(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 pathStringgetLastUpdateDate()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()GroupUpdateRequesticon(String icon)GroupUpdateRequestlastUpdateDate(String lastUpdateDate)GroupUpdateRequestname(String name)GroupUpdateRequestparentPath(String parentPath)GroupUpdateRequestpath(String path)voidsetCreatedByUserId(String createdByUserId)voidsetCreationDate(String creationDate)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetIcon(String icon)voidsetLastUpdateDate(String lastUpdateDate)voidsetName(String name)voidsetParentPath(String parentPath)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
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
-
name
public GroupUpdateRequest name(String name)
-
setName
public void setName(String name)
-
displayName
public GroupUpdateRequest displayName(String displayName)
-
setDisplayName
public void setDisplayName(String displayName)
-
parentPath
public GroupUpdateRequest parentPath(String parentPath)
-
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)
-
path
public GroupUpdateRequest path(String path)
-
getPath
@Nullable public String getPath()
the full path of the group (including its parent path)- Returns:
- path
-
setPath
public void setPath(String path)
-
description
public GroupUpdateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
creationDate
public GroupUpdateRequest creationDate(String creationDate)
-
getCreationDate
@Nullable public String getCreationDate()
creation date (format: `2014-12-31 15:17:24.736`)- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(String creationDate)
-
createdByUserId
public GroupUpdateRequest createdByUserId(String createdByUserId)
-
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)
-
lastUpdateDate
public GroupUpdateRequest lastUpdateDate(String lastUpdateDate)
-
getLastUpdateDate
@Nullable public String getLastUpdateDate()
last update date (format: `2014-12-31 15:17:24.736`)- Returns:
- lastUpdateDate
-
setLastUpdateDate
public void setLastUpdateDate(String lastUpdateDate)
-
icon
public GroupUpdateRequest icon(String icon)
-
setIcon
public void setIcon(String icon)
-
-