Uses of Class
com.google.web.bindery.requestfactory.shared.WriteOperation
-
Packages that use WriteOperation 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. -
-
Uses of WriteOperation in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared that return WriteOperation Modifier and Type Method Description WriteOperation
EntityProxyChange. getWriteOperation()
Returns theWriteOperation
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.Constructors in com.google.web.bindery.requestfactory.shared with parameters of type WriteOperation Constructor Description EntityProxyChange(P proxy, WriteOperation writeOperation)
Constructs an EntityProxyChange object. -
Uses of WriteOperation in com.google.web.bindery.requestfactory.shared.messages
Methods in com.google.web.bindery.requestfactory.shared.messages that return WriteOperation Modifier and Type Method Description WriteOperation
OperationMessage. getOperation()
Methods in com.google.web.bindery.requestfactory.shared.messages with parameters of type WriteOperation Modifier and Type Method Description void
OperationMessage. setOperation(WriteOperation value)
-