Package org.bonitasoft.web.client.model
Class GroupCreateRequest
java.lang.Object
org.bonitasoft.web.client.model.GroupCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class GroupCreateRequest
extends Object
implements Serializable
GroupCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleandescriptiondisplay namegetIcon()icon pathgetName()namethe id of the parent group of this group (empty if the group has no parent)inthashCode()parentGroupId(String parentGroupId) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetParentGroupId(String parentGroupId) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_PARENT_GROUP_ID
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ICON
- See Also:
-
-
Constructor Details
-
GroupCreateRequest
public GroupCreateRequest()
-
-
Method Details
-
name
-
getName
name- Returns:
- name
-
setName
-
displayName
-
getDisplayName
display name- Returns:
- displayName
-
setDisplayName
-
parentGroupId
-
getParentGroupId
the id of the parent group of this group (empty if the group has no parent)- Returns:
- parentGroupId
-
setParentGroupId
-
description
-
getDescription
description- Returns:
- description
-
setDescription
-
icon
-
getIcon
icon path- Returns:
- icon
-
setIcon
-
equals
-
hashCode
public int hashCode() -
toString
-