Uses of Class
com.adyen.model.Split.TypeEnum
-
Packages that use Split.TypeEnum Package Description com.adyen.model -
-
Uses of Split.TypeEnum in com.adyen.model
Methods in com.adyen.model that return Split.TypeEnum Modifier and Type Method Description static Split.TypeEnumSplit.TypeEnum. fromValue(String text)Split.TypeEnumSplit. getType()The type of this split.Split.TypeEnumSplit.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Split.TypeEnumSplit.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Split.TypeEnum[]Split.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type Split.TypeEnum Modifier and Type Method Description voidSplit. setType(Split.TypeEnum type)SplitSplit. type(Split.TypeEnum type)voidSplit.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Split.TypeEnum enumeration)
-