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 SerializableGroupCreateRequest- 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_GROUP_ID
-
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()nameStringgetParentGroupId()the id of the parent group of this group (empty if the group has no parent)inthashCode()GroupCreateRequesticon(String icon)GroupCreateRequestname(String name)GroupCreateRequestparentGroupId(String parentGroupId)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetIcon(String icon)voidsetName(String name)voidsetParentGroupId(String parentGroupId)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_GROUP_ID
public static final String JSON_PROPERTY_PARENT_GROUP_ID
- 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)
-
getName
@Nonnull public String getName()
name- Returns:
- name
-
setName
public void setName(String name)
-
displayName
public GroupCreateRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
parentGroupId
public GroupCreateRequest parentGroupId(String parentGroupId)
-
getParentGroupId
@Nullable public String getParentGroupId()
the id of the parent group of this group (empty if the group has no parent)- Returns:
- parentGroupId
-
setParentGroupId
public void setParentGroupId(String parentGroupId)
-
description
public GroupCreateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
icon
public GroupCreateRequest icon(String icon)
-
getIcon
@Nullable public String getIcon()
icon path- Returns:
- icon
-
setIcon
public void setIcon(String icon)
-
-