| Package | Description |
|---|---|
| example.model | |
| example.resources | |
| server.zoo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Insect |
interface |
Invertebrate |
| Modifier and Type | Class and Description |
|---|---|
class |
AnimalImpl |
class |
InsectImpl |
class |
InvertebrateImpl |
| Modifier and Type | Method and Description |
|---|---|
Animal |
InsectImpl.getMother() |
Animal |
Insect.getMother() |
Animal |
AnimalImpl.getMother() |
Animal |
Animal.getMother() |
Animal |
InvertebrateImpl.getMother() |
Animal |
Invertebrate.getMother() |
| Modifier and Type | Method and Description |
|---|---|
List<Animal> |
InsectImpl.getSiblings() |
List<Animal> |
Insect.getSiblings() |
List<Animal> |
AnimalImpl.getSiblings() |
List<Animal> |
Animal.getSiblings() |
List<Animal> |
InvertebrateImpl.getSiblings() |
List<Animal> |
Invertebrate.getSiblings() |
| Modifier and Type | Method and Description |
|---|---|
void |
InsectImpl.setMother(Animal mother) |
void |
Insect.setMother(Animal mother) |
void |
AnimalImpl.setMother(Animal mother) |
void |
Animal.setMother(Animal mother) |
void |
InvertebrateImpl.setMother(Animal mother) |
void |
Invertebrate.setMother(Animal mother) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsectImpl.setSiblings(List<Animal> siblings) |
void |
Insect.setSiblings(List<Animal> siblings) |
void |
AnimalImpl.setSiblings(List<Animal> siblings) |
void |
Animal.setSiblings(List<Animal> siblings) |
void |
InvertebrateImpl.setSiblings(List<Animal> siblings) |
void |
Invertebrate.setSiblings(List<Animal> siblings) |
| Modifier and Type | Method and Description |
|---|---|
Animals.PutAnimalsByIdResponse |
Animals.putAnimalsById(String id,
Animal entity) |
static Animals.GetAnimalsByIdResponse |
Animals.GetAnimalsByIdResponse.respond200WithApplicationXml(Animal entity) |
| Modifier and Type | Method and Description |
|---|---|
static Animals.GetAnimalsResponse |
Animals.GetAnimalsResponse.respond200WithApplicationXml(List<Animal> entity) |
| Modifier and Type | Method and Description |
|---|---|
Animals.PutAnimalsByIdResponse |
AnimalsImpl.putAnimalsById(String id,
Animal entity) |
Copyright © 2018 Mulesoft. All rights reserved.