| Constructor and Description |
|---|
PetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPet(Pet pet) |
void |
deletePet(long petId,
String api_key) |
Pet[] |
findPetsByStatus(PetStatus[] status) |
Pet[] |
findPetsByTags(String[] tag) |
Pet |
getPetById(long petId) |
void |
updatePet(Pet pet) |
void |
updatePetWithForm(long petId,
String name,
PetStatus status) |
void |
uploadFile(long petId,
String additionalMetadata,
ro.pippo.core.FileItem file) |
getContext, getRequest, getResponse, redirectTo, setContextCopyright © 2015. All rights reserved.