Package org.bonitasoft.web.client.model
Class TenantUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.TenantUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Deprecated @Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TenantUpdateRequest extends Object implements Serializable
Deprecated.Since Bonita 7.12, tenant update is deprecated- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenantUpdateRequest.StateEnumDeprecated.the tenant state
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONDeprecated.static StringJSON_PROPERTY_ICONDeprecated.static StringJSON_PROPERTY_NAMEDeprecated.static StringJSON_PROPERTY_PASSWORDDeprecated.static StringJSON_PROPERTY_STATEDeprecated.static StringJSON_PROPERTY_USERNAMEDeprecated.
-
Constructor Summary
Constructors Constructor Description TenantUpdateRequest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TenantUpdateRequestdescription(String description)Deprecated.booleanequals(Object o)Deprecated.StringgetDescription()Deprecated.the descriptionStringgetIcon()Deprecated.the path of the iconStringgetName()Deprecated.the name of the tenantStringgetPassword()Deprecated.the passwordTenantUpdateRequest.StateEnumgetState()Deprecated.the tenant stateStringgetUsername()Deprecated.the usernameinthashCode()Deprecated.TenantUpdateRequesticon(String icon)Deprecated.TenantUpdateRequestname(String name)Deprecated.TenantUpdateRequestpassword(String password)Deprecated.voidsetDescription(String description)Deprecated.voidsetIcon(String icon)Deprecated.voidsetName(String name)Deprecated.voidsetPassword(String password)Deprecated.voidsetState(TenantUpdateRequest.StateEnum state)Deprecated.voidsetUsername(String username)Deprecated.TenantUpdateRequeststate(TenantUpdateRequest.StateEnum state)Deprecated.StringtoString()Deprecated.TenantUpdateRequestusername(String username)Deprecated.
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_ICON
Deprecated.- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public TenantUpdateRequest name(String name)
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
description
public TenantUpdateRequest description(String description)
Deprecated.
-
getDescription
@Nullable public String getDescription()
Deprecated.the description- Returns:
- description
-
setDescription
public void setDescription(String description)
Deprecated.
-
username
public TenantUpdateRequest username(String username)
Deprecated.
-
setUsername
public void setUsername(String username)
Deprecated.
-
password
public TenantUpdateRequest password(String password)
Deprecated.
-
setPassword
public void setPassword(String password)
Deprecated.
-
icon
public TenantUpdateRequest icon(String icon)
Deprecated.
-
setIcon
public void setIcon(String icon)
Deprecated.
-
state
public TenantUpdateRequest state(TenantUpdateRequest.StateEnum state)
Deprecated.
-
getState
@Nullable public TenantUpdateRequest.StateEnum getState()
Deprecated.the tenant state- Returns:
- state
-
setState
public void setState(TenantUpdateRequest.StateEnum state)
Deprecated.
-
-