Enum WriteOperation

java.lang.Object
java.lang.Enum<WriteOperation>
com.google.web.bindery.requestfactory.shared.WriteOperation
All Implemented Interfaces:
Serializable, Comparable<WriteOperation>, java.lang.constant.Constable

public enum WriteOperation extends Enum<WriteOperation>
The values returned by EntityProxyChange.getWriteOperation() to describe the type of change being announced.
PERSIST
An EntityProxy that was created on the client has been persisted on the server
UPDATE
An EntityProxy has been encountered by the client for the first time, or its version value has changed
DELETE
The server has confirmed the success of a client request to delete an EntityProxy
See Also: