| Package | Description |
|---|---|
| org.mule.test.petstore.extension |
| Modifier and Type | Method and Description |
|---|---|
static Pet |
Pet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pet[] |
Pet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pet> |
PetStoreOperations.getForbiddenPets(List<Pet> forbiddenPets) |
| Modifier and Type | Method and Description |
|---|---|
List<Pet> |
PetStoreOperations.getForbiddenPets(List<Pet> forbiddenPets) |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.