Uses of Class
io.swagger.client.model.Phone
-
Packages that use Phone Package Description io.swagger.client.model -
-
Uses of Phone in io.swagger.client.model
Methods in io.swagger.client.model that return Phone Modifier and Type Method Description Phone
Phone. areaCode(Integer areaCode)
Phone
Phone. label(String label)
Phone
Phone. phoneNumber(String phoneNumber)
Methods in io.swagger.client.model that return types with arguments of type Phone Modifier and Type Method Description List<Phone>
ContactProvide. getPhone()
Get phoneMethods in io.swagger.client.model with parameters of type Phone Modifier and Type Method Description ContactProvide
ContactProvide. addPhoneItem(Phone phoneItem)
Method parameters in io.swagger.client.model with type arguments of type Phone Modifier and Type Method Description ContactProvide
ContactProvide. phone(List<Phone> phone)
void
ContactProvide. setPhone(List<Phone> phone)
-