@Mixins(value={ServerResource.NotPresent.class,ServerResource.IdentityMixin.class}) public interface ServerResource<T extends HasIdentity> extends Identifiable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerResource.IdentityMixin<T extends HasIdentity> |
static class |
ServerResource.NotPresent |
static interface |
ServerResource.Parameters<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
T |
get() |
RestLink |
post(RestForm form) |
void |
put(T value) |
identity