Uses of Enum Class
de.hybris.platform.billmanagementtmfwebservices.v1.dto.StateValue
Packages that use StateValue
-
Uses of StateValue in de.hybris.platform.billmanagementtmfwebservices.v1.dto
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return StateValueModifier and TypeMethodDescriptionstatic StateValue@Valid StateValueCustomerBill.getState()Deprecated.Get state@Valid StateValueCustomerBillUnderscoreUpdate.getState()Deprecated.Get statestatic StateValueReturns the enum constant of this class with the specified name.static StateValue[]StateValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto with parameters of type StateValueModifier and TypeMethodDescriptionvoidCustomerBill.setState(StateValue state) Deprecated.voidCustomerBillUnderscoreUpdate.setState(StateValue state) Deprecated.CustomerBill.state(StateValue state) Deprecated.CustomerBillUnderscoreUpdate.state(StateValue state) Deprecated.