public interface PhoneService
| Modifier and Type | Method and Description |
|---|---|
Optional<Phone> |
getPhoneByNumber(String number) |
org.springframework.data.domain.Page<Phone> |
getPhones(String number,
String username,
org.springframework.data.domain.Pageable pageable) |
Phone |
savePhone(Phone phone) |
Copyright © 2019. All rights reserved.