Uses of Enum
org.bonitasoft.web.client.model.TenantUpdateRequest.StateEnum
Packages that use TenantUpdateRequest.StateEnum
-
Uses of TenantUpdateRequest.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TenantUpdateRequest.StateEnumModifier and TypeMethodDescriptionTenantUpdateRequest.getState()Deprecated.the tenant stateReturns the enum constant of this type with the specified name.static TenantUpdateRequest.StateEnum[]TenantUpdateRequest.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type TenantUpdateRequest.StateEnumModifier and TypeMethodDescriptionvoidTenantUpdateRequest.setState(TenantUpdateRequest.StateEnum state) Deprecated.TenantUpdateRequest.state(TenantUpdateRequest.StateEnum state) Deprecated.