Uses of Interface
org.shredzone.flattr4j.model.CategoryId

Packages that use CategoryId
org.shredzone.flattr4j.model   
 

Uses of CategoryId in org.shredzone.flattr4j.model
 

Classes in org.shredzone.flattr4j.model that implement CategoryId
 class Category
          A single Category that is available for Things.
 class Thing
          A Thing that has been registered with Flattr.
 

Methods in org.shredzone.flattr4j.model that return CategoryId
 CategoryId Submission.getCategory()
          The category this Thing belongs to.
 CategoryId SearchQuery.getCategory()
          Category to search for.
static CategoryId Category.withId(String id)
          Returns a CategoryId for the given Category id.
 

Methods in org.shredzone.flattr4j.model with parameters of type CategoryId
 SearchQuery SearchQuery.category(CategoryId category)
          Category to search for.
 void Thing.setCategory(CategoryId category)
           
 void Submission.setCategory(CategoryId category)
           
 void SearchQuery.setCategory(CategoryId category)
           
 



Copyright © 2010-2012. All Rights Reserved.