Uses of Class
net.dontdrinkandroot.lastfm.api.model.Ticket

Packages that use Ticket
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.model.entitytypes   
 

Uses of Ticket in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Ticket
 java.util.List<Ticket> Event.getTickets()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Ticket
 void Event.setTickets(java.util.List<Ticket> tickets)
           
 

Uses of Ticket in net.dontdrinkandroot.lastfm.api.model.entitytypes
 

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type Ticket
 java.util.List<Ticket> TicketsEntity.getTickets()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type Ticket
 void TicketsEntity.setTickets(java.util.List<Ticket> tickets)
           
 



Copyright © 2012. All Rights Reserved.