public class WebUpdate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebUpdate.UpdateValue |
Constructor and Description |
---|
WebUpdate() |
Modifier and Type | Method and Description |
---|---|
int |
getCategoryId() |
List<Qualifier<?>> |
getQualifiers() |
List<WebUpdate.UpdateValue> |
getUpdates() |
<T> void |
set(Key<T> key,
T value) |
void |
setCategoryId(int categoryId) |
<T> void |
where(Key<T> key,
T value) |
public <T> void where(Key<T> key, T value)
public <T> void set(Key<T> key, T value)
public int getCategoryId()
public void setCategoryId(int categoryId)
public List<WebUpdate.UpdateValue> getUpdates()
Copyright © 2014. All rights reserved.