Uses of Class
com.adyen.model.balanceplatform.SweepConfigurationV2.ReasonEnum
-
Packages that use SweepConfigurationV2.ReasonEnum Package Description com.adyen.model.balanceplatform -
-
Uses of SweepConfigurationV2.ReasonEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SweepConfigurationV2.ReasonEnum Modifier and Type Method Description static SweepConfigurationV2.ReasonEnumSweepConfigurationV2.ReasonEnum. fromValue(String value)SweepConfigurationV2.ReasonEnumSweepConfigurationV2. getReason()The reason for disabling the sweep.SweepConfigurationV2.ReasonEnumSweepConfigurationV2.ReasonEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SweepConfigurationV2.ReasonEnumSweepConfigurationV2.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepConfigurationV2.ReasonEnum[]SweepConfigurationV2.ReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type SweepConfigurationV2.ReasonEnum Modifier and Type Method Description voidSweepConfigurationV2.ReasonEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SweepConfigurationV2.ReasonEnum enumeration)Constructors in com.adyen.model.balanceplatform with parameters of type SweepConfigurationV2.ReasonEnum Constructor Description SweepConfigurationV2(String id, SweepConfigurationV2.ReasonEnum reason)
-