Package org.bonitasoft.web.client.model
Class GroupCreateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.GroupCreateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class GroupCreateRequest extends Object implements Serializable
GroupCreateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_ICONstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PARENT_PATHstatic StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description GroupCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupCreateRequestdescription(String description)GroupCreateRequestdisplayName(String displayName)booleanequals(Object o)StringgetDescription()descriptionStringgetDisplayName()display nameStringgetIcon()icon pathStringgetName()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()GroupCreateRequesticon(String icon)GroupCreateRequestname(String name)GroupCreateRequestparentPath(String parentPath)GroupCreateRequestpath(String path)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetIcon(String icon)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_ICON
public static final String JSON_PROPERTY_ICON
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public GroupCreateRequest name(String name)
-
setName
public void setName(String name)
-
displayName
public GroupCreateRequest displayName(String displayName)
-
setDisplayName
public void setDisplayName(String displayName)
-
parentPath
public GroupCreateRequest 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 GroupCreateRequest 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 GroupCreateRequest description(String description)
-
setDescription
public void setDescription(String description)
-
icon
public GroupCreateRequest icon(String icon)
-
setIcon
public void setIcon(String icon)
-
-