public class MutableDomainObjectApi<T> extends DomainObjectApi<T>
clazz| Constructor and Description |
|---|
MutableDomainObjectApi(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Request<T> |
update(String id,
T t)
Update an object with new attributes
|
Copyright © 2017. All rights reserved.