public abstract static class ServerResource.NotPresent extends Object implements ServerResource
ServerResource.IdentityMixin<T extends HasIdentity>, ServerResource.NotPresent, ServerResource.Parameters<T>| Constructor and Description |
|---|
NotPresent() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
HasIdentity |
get() |
RestLink |
post(RestForm form) |
void |
put(HasIdentity value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentitypublic HasIdentity get()
get in interface ServerResourcepublic void put(HasIdentity value)
put in interface ServerResourcepublic void delete()
delete in interface ServerResourcepublic RestLink post(RestForm form)
post in interface ServerResource