public class Category extends DomainWrapper<com.abiquo.server.core.appslibrary.CategoryDto>
CategoryDto
.
http://community.abiquo.com/display/ABI20/Category+Resource
Modifier and Type | Class and Description |
---|---|
static class |
Category.Builder |
context, target
Modifier and Type | Method and Description |
---|---|
static Category.Builder |
builder(RestContext<AbiquoApi,AbiquoAsyncApi> context) |
void |
delete() |
Integer |
getId() |
String |
getName() |
boolean |
isDefaultCategory() |
boolean |
isErasable() |
void |
save() |
void |
setDefaultCategory(boolean defaultCategory) |
void |
setErasable(boolean erasable) |
void |
setName(String name) |
void |
update() |
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
public void delete()
public void save()
public void update()
public static Category.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context)
public Integer getId()
public String getName()
public boolean isDefaultCategory()
public boolean isErasable()
public void setDefaultCategory(boolean defaultCategory)
public void setErasable(boolean erasable)
public void setName(String name)
Copyright © 2009-2013 jclouds. All Rights Reserved.