* > http://community.abiquo.com/display/ABI20/Category+Resource#
* CategoryResource- Retrieveacategory</a>
*/
public Category getCategory() {
Integer categoryId = target.getIdFromLink(ParentLinkName.CATEGORY);
CategoryDto category = context.getApi().getConfigApi().getCategory(categoryId);
return wrap(context, Category.class, category);
}