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

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

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

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Affiliation
 java.util.List<Affiliation> Affiliations.getDownloadAffiliations()
           
 java.util.List<Affiliation> Affiliations.getPhysicalAffiliations()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model with type arguments of type Affiliation
 void Affiliations.setDownloadAffiliations(java.util.List<Affiliation> downloadAffiliations)
           
 void Affiliations.setPhysicalAffiliations(java.util.List<Affiliation> physicalAffiliations)
           
 

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

Methods in net.dontdrinkandroot.lastfm.api.model.entitytypes that return types with arguments of type Affiliation
 java.util.List<Affiliation> DownloadAffiliationsEntity.getDownloadAffiliations()
           
 java.util.List<Affiliation> PhysicalAffiliationsEntity.getPhysicalAffiliations()
           
 

Method parameters in net.dontdrinkandroot.lastfm.api.model.entitytypes with type arguments of type Affiliation
 void DownloadAffiliationsEntity.setDownloadAffiliations(java.util.List<Affiliation> affiliations)
           
 void PhysicalAffiliationsEntity.setPhysicalAffiliations(java.util.List<Affiliation> affiliations)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.