Uses of Class
com.adyen.model.checkout.DeliveryMethod.TypeEnum
-
Packages that use DeliveryMethod.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of DeliveryMethod.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DeliveryMethod.TypeEnum Modifier and Type Method Description static DeliveryMethod.TypeEnumDeliveryMethod.TypeEnum. fromValue(String value)DeliveryMethod.TypeEnumDeliveryMethod. getType()The type of the delivery method.static DeliveryMethod.TypeEnumDeliveryMethod.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryMethod.TypeEnum[]DeliveryMethod.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type DeliveryMethod.TypeEnum Modifier and Type Method Description voidDeliveryMethod. setType(DeliveryMethod.TypeEnum type)The type of the delivery method.DeliveryMethodDeliveryMethod. type(DeliveryMethod.TypeEnum type)The type of the delivery method.
-