Uses of Class
com.adyen.model.configurationwebhooks.SweepConfiguration.TypeEnum
-
Packages that use SweepConfiguration.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfiguration.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfiguration.TypeEnum Modifier and Type Method Description static SweepConfiguration.TypeEnumSweepConfiguration.TypeEnum. fromValue(String value)SweepConfiguration.TypeEnumSweepConfiguration. getType()The direction of sweep, whether pushing out or pulling in funds to the balance account.SweepConfiguration.TypeEnumSweepConfiguration.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SweepConfiguration.TypeEnumSweepConfiguration.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepConfiguration.TypeEnum[]SweepConfiguration.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepConfiguration.TypeEnum Modifier and Type Method Description voidSweepConfiguration. setType(SweepConfiguration.TypeEnum type)SweepConfigurationSweepConfiguration. type(SweepConfiguration.TypeEnum type)voidSweepConfiguration.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SweepConfiguration.TypeEnum enumeration)
-