Package org.bonitasoft.web.client.model
Class TenantUpdateRequest
java.lang.Object
org.bonitasoft.web.client.model.TenantUpdateRequest
- All Implemented Interfaces:
Serializable
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TenantUpdateRequest
extends Object
implements Serializable
Deprecated.
Since Bonita 7.12, tenant update is deprecated
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.the tenant state -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Deprecated.booleanDeprecated.Deprecated.the descriptiongetIcon()Deprecated.the path of the icongetName()Deprecated.the name of the tenantDeprecated.the passwordgetState()Deprecated.the tenant stateDeprecated.the usernameinthashCode()Deprecated.Deprecated.Deprecated.Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidDeprecated.voidsetPassword(String password) Deprecated.voidDeprecated.voidsetUsername(String username) Deprecated.Deprecated.toString()Deprecated.Deprecated.
-
Field Details
-
JSON_PROPERTY_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_DESCRIPTION
Deprecated.- See Also:
-
JSON_PROPERTY_USERNAME
Deprecated.- See Also:
-
JSON_PROPERTY_PASSWORD
Deprecated.- See Also:
-
JSON_PROPERTY_ICON
Deprecated.- See Also:
-
JSON_PROPERTY_STATE
Deprecated.- See Also:
-
-
Constructor Details
-
TenantUpdateRequest
public TenantUpdateRequest()Deprecated.
-
-
Method Details
-
name
Deprecated. -
getName
Deprecated.the name of the tenant- Returns:
- name
-
setName
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.the description- Returns:
- description
-
setDescription
Deprecated. -
username
Deprecated. -
getUsername
Deprecated.the username- Returns:
- username
-
setUsername
Deprecated. -
password
Deprecated. -
getPassword
Deprecated.the password- Returns:
- password
-
setPassword
Deprecated. -
icon
Deprecated. -
getIcon
Deprecated.the path of the icon- Returns:
- icon
-
setIcon
Deprecated. -
state
Deprecated. -
getState
Deprecated.the tenant state- Returns:
- state
-
setState
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-