Class PatchCustomerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PatchCustomerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-03T15:35:16.947875Z[Etc/UTC]") public class PatchCustomerBankModel extends Object
Request body for customer modification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchCustomerBankModel.StateEnumThe customer's state.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_STATE
-
Constructor Summary
Constructors Constructor Description PatchCustomerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PatchCustomerBankModel.StateEnumgetState()The customer's state.inthashCode()voidsetState(PatchCustomerBankModel.StateEnum state)PatchCustomerBankModelstate(PatchCustomerBankModel.StateEnum state)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
state
public PatchCustomerBankModel state(PatchCustomerBankModel.StateEnum state)
-
getState
@Nullable public PatchCustomerBankModel.StateEnum getState()
The customer's state.- Returns:
- state
-
setState
public void setState(PatchCustomerBankModel.StateEnum state)
-
-