Package | Description |
---|---|
com.google.web.bindery.requestfactory.shared |
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
|
com.google.web.bindery.requestfactory.shared.messages |
Contains classes that define the RequestFactory wire format.
|
Modifier and Type | Method and Description |
---|---|
WriteOperation |
EntityProxyChange.getWriteOperation()
Returns the
WriteOperation associated with this instance. |
static WriteOperation |
WriteOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WriteOperation[] |
WriteOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EntityProxyChange(P proxy,
WriteOperation writeOperation)
Constructs an EntityProxyChange object.
|
Modifier and Type | Method and Description |
---|---|
WriteOperation |
OperationMessage.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
OperationMessage.setOperation(WriteOperation value) |