Package org.bonitasoft.web.client.model
Class ActorUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ActorUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ActorUpdateRequest extends Object implements Serializable
ActorUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAME
-
Constructor Summary
Constructors Constructor Description ActorUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorUpdateRequestdescription(String description)ActorUpdateRequestdisplayName(String displayName)booleanequals(Object o)StringgetDescription()description of the ActorStringgetDisplayName()display name of the ActorinthashCode()voidsetDescription(String description)voidsetDisplayName(String displayName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
displayName
public ActorUpdateRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name of the Actor- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
description
public ActorUpdateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description of the Actor- Returns:
- description
-
setDescription
public void setDescription(String description)
-
-