| Package | Description |
|---|---|
| controllers |
| Modifier and Type | Method and Description |
|---|---|
Pet[] |
PetController.findPetsByStatus(PetStatus[] status) |
Pet[] |
PetController.findPetsByTags(String[] tag) |
Pet |
PetController.getPetById(long petId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PetController.addPet(Pet pet) |
void |
PetController.updatePet(Pet pet) |
Copyright © 2015. All rights reserved.