Uses of Class
com.adyen.model.balanceplatform.PhoneNumber.PhoneTypeEnum
-
Packages that use PhoneNumber.PhoneTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of PhoneNumber.PhoneTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PhoneNumber.PhoneTypeEnum Modifier and Type Method Description static PhoneNumber.PhoneTypeEnumPhoneNumber.PhoneTypeEnum. fromValue(String value)PhoneNumber.PhoneTypeEnumPhoneNumber. getPhoneType()The type of the phone number.static PhoneNumber.PhoneTypeEnumPhoneNumber.PhoneTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumber.PhoneTypeEnum[]PhoneNumber.PhoneTypeEnum. 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 PhoneNumber.PhoneTypeEnum Modifier and Type Method Description PhoneNumberPhoneNumber. phoneType(PhoneNumber.PhoneTypeEnum phoneType)voidPhoneNumber. setPhoneType(PhoneNumber.PhoneTypeEnum phoneType)The type of the phone number.
-