| Package | Description |
|---|---|
| as.leap.las.sdk |
| Modifier and Type | Method and Description |
|---|---|
LASUpdate |
LASUpdate.addRelation(String relationKey,
LASPointer... pointers) |
LASUpdate |
LASUpdate.addRelation(String relationKey,
List<LASPointer> pointers) |
LASUpdate |
LASUpdate.addToSet(String key,
Object value) |
<T> LASUpdate |
LASUpdate.arrayAdd(String arrayKey,
List items) |
<T> LASUpdate |
LASUpdate.arrayAdd(String arrayKey,
T... items) |
<T> LASUpdate |
LASUpdate.arrayAddUnique(String arrayKey,
List items) |
<T> LASUpdate |
LASUpdate.arrayAddUnique(String arrayKey,
T... items) |
<T> LASUpdate |
LASUpdate.arrayRemove(String arrayKey,
List items) |
<T> LASUpdate |
LASUpdate.arrayRemove(String arrayKey,
T... items) |
static LASUpdate |
LASUpdate.getUpdate() |
static LASUpdate |
LASUpdate.getUpdate(Map map) |
LASUpdate |
LASUpdate.inc(String key,
Number inc) |
LASUpdate |
LASUpdate.removeRelation(String relationKey,
LASPointer... pointers) |
LASUpdate |
LASUpdate.removeRelation(String relationKey,
List<LASPointer> pointers) |
LASUpdate |
LASUpdate.set(String key,
Object value) |
LASUpdate |
LASUpdate.setBright(String key,
Object value)
Update using the $set update modifier
Just update a given field in sub documents
|
LASUpdate |
LASUpdate.setMany(Map<String,Object> map) |
LASUpdate |
LASUpdate.unset(String key) |
LASUpdate |
LASUpdate.unsetMany(List<String> keys) |
LASUpdate |
LASUpdate.unsetMany(String... keys) |
Copyright © 2015. All rights reserved.