Uses of Class
com.adyen.model.configurationwebhooks.PhoneNumber.PhoneTypeEnum
-
Packages that use PhoneNumber.PhoneTypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PhoneNumber.PhoneTypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks 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.configurationwebhooks with parameters of type PhoneNumber.PhoneTypeEnum Modifier and Type Method Description PhoneNumberPhoneNumber. phoneType(PhoneNumber.PhoneTypeEnum phoneType)The type of the phone number.voidPhoneNumber. setPhoneType(PhoneNumber.PhoneTypeEnum phoneType)The type of the phone number.
-