Package water.api.RemoveHandler

Examples of water.api.RemoveHandler.Remove


public class RemoveV1 extends Schema<Remove,RemoveV1> {
  //Input
  @API(help="Key to be removed.")
  Key key;
  @Override public Remove createImpl() { Remove r = new Remove(); r.key = key; return r; }
View Full Code Here

TOP

Related Classes of water.api.RemoveHandler.Remove

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.