Package org.bonitasoft.web.client.model
Class ProfileUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProfileUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProfileUpdateRequest extends Object implements Serializable
ProfileUpdateRequest- 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 ProfileUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileUpdateRequestdescription(String description)ProfileUpdateRequestdisplayName(String displayName)booleanequals(Object o)StringgetDescription()description of the ProfileStringgetDisplayName()display name of the ProfileinthashCode()voidsetDescription(String description)voidsetDisplayName(String displayName)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public ProfileUpdateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description of the Profile- Returns:
- description
-
setDescription
public void setDescription(String description)
-
displayName
public ProfileUpdateRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name of the Profile- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
-