Uses of Class
com.webhiker.dreambox.api.bouquet.Bouquet

Packages that use Bouquet
com.webhiker.dreambox.api   
com.webhiker.dreambox.api.bouquet   
 

Uses of Bouquet in com.webhiker.dreambox.api
 

Methods in com.webhiker.dreambox.api that return types with arguments of type Bouquet
 java.util.List<Bouquet> DreamboxAPI.getBouquets()
          Gets the bouquets.
 

Method parameters in com.webhiker.dreambox.api with type arguments of type Bouquet
 void DreamboxListener.handleBouquetsLoadedEvent(java.util.List<Bouquet> bouquets)
          Handle bouquets loaded event.
 

Uses of Bouquet in com.webhiker.dreambox.api.bouquet
 

Methods in com.webhiker.dreambox.api.bouquet that return types with arguments of type Bouquet
static java.util.List<Bouquet> Bouquet.setBouquets(java.io.InputStream is)
          Sets the bouquets.