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 SerializableGroupUpdateRequest- 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 GroupUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupUpdateRequestdescription(String description)GroupUpdateRequestdisplayName(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()GroupUpdateRequesticon(String icon)GroupUpdateRequestname(String name)GroupUpdateRequestparentGroupId(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 GroupUpdateRequest name(String name)
-
getName
@Nonnull public String getName()
name- Returns:
- name
-
setName
public void setName(String name)
-
displayName
public GroupUpdateRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
parentGroupId
public GroupUpdateRequest 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 GroupUpdateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
icon
public GroupUpdateRequest icon(String icon)
-
getIcon
@Nullable public String getIcon()
icon path- Returns:
- icon
-
setIcon
public void setIcon(String icon)
-
-