Package org.bonitasoft.web.client.model
Class GroupUpdateRequest
java.lang.Object
org.bonitasoft.web.client.model.GroupUpdateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class GroupUpdateRequest
extends Object
implements Serializable
GroupUpdateRequest
- 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
-
GroupUpdateRequest
public GroupUpdateRequest()
-
-
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
-