Uses of Enum Class
de.hybris.platform.billmanagementtmfwebservices.v1.dto.StateValues
Packages that use StateValues
-
Uses of StateValues in de.hybris.platform.billmanagementtmfwebservices.v1.dto
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return StateValuesModifier and TypeMethodDescriptionstatic StateValues@Valid StateValuesCustomerBillOnDemand.getState()Deprecated.Get state@Valid StateValuesCustomerBillOnDemandUnderscoreCreate.getState()Deprecated.Get statestatic StateValuesReturns the enum constant of this class with the specified name.static StateValues[]StateValues.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 StateValuesModifier and TypeMethodDescriptionvoidCustomerBillOnDemand.setState(StateValues state) Deprecated.voidCustomerBillOnDemandUnderscoreCreate.setState(StateValues state) Deprecated.CustomerBillOnDemand.state(StateValues state) Deprecated.CustomerBillOnDemandUnderscoreCreate.state(StateValues state) Deprecated.