Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.PhoneNumberType
-
Packages that use PhoneNumberType Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of PhoneNumberType in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return PhoneNumberType Modifier and Type Method Description static PhoneNumberTypePhoneNumberType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PhoneNumberTypePhoneNumber. type()The type of the phone number.static PhoneNumberTypePhoneNumberType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumberType[]PhoneNumberType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type PhoneNumberType Modifier and Type Method Description static Set<PhoneNumberType>PhoneNumberType. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type PhoneNumberType Modifier and Type Method Description PhoneNumber.BuilderPhoneNumber.Builder. type(PhoneNumberType type)The type of the phone number.
-