Uses of Class
de.knightsoftnet.validators.shared.data.PhoneNumberDataWithFormats
-
Packages that use PhoneNumberDataWithFormats Package Description de.knightsoftnet.validators.client.rest.api de.knightsoftnet.validators.server.rest.api -
-
Uses of PhoneNumberDataWithFormats in de.knightsoftnet.validators.client.rest.api
Method parameters in de.knightsoftnet.validators.client.rest.api with type arguments of type PhoneNumberDataWithFormats Modifier and Type Method Description voidPhoneNumberServiceAsync. parseAndFormatPhoneNumber(String planguage, String pcountry, String pphoneNumber, org.fusesource.restygwt.client.MethodCallback<PhoneNumberDataWithFormats> pcallback) -
Uses of PhoneNumberDataWithFormats in de.knightsoftnet.validators.server.rest.api
Methods in de.knightsoftnet.validators.server.rest.api that return PhoneNumberDataWithFormats Modifier and Type Method Description PhoneNumberDataWithFormatsPhoneNumberService. parseAndFormatPhoneNumber(String planguage, String pcountry, String pphoneNumber)parse and reformat the phone number in all available formats.
-