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

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

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

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Size
 java.util.List<Size> Image.getSizes()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Size
 void Image.setSizes(java.util.List<Size> sizes)
           
 

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

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type Size
 java.util.List<Size> SizesEntity.getSizes()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type Size
 void SizesEntity.setSizes(java.util.List<Size> sizes)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.