| Package | Description |
|---|---|
| controllers | |
| models.petstore |
| Modifier and Type | Method and Description |
|---|---|
Pet[] |
PetController.findPetsByStatus(PetStatus[] status) |
void |
PetController.updatePetWithForm(long petId,
String name,
PetStatus status) |
| Modifier and Type | Field and Description |
|---|---|
PetStatus |
Pet.status |
| Modifier and Type | Method and Description |
|---|---|
static PetStatus |
PetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PetStatus[] |
PetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.