Uses of Class
org.silverpeas.notification.jsondiff.Op

Packages that use Op
org.silverpeas.notification.jsondiff   
 

Uses of Op in org.silverpeas.notification.jsondiff
 

Methods in org.silverpeas.notification.jsondiff that return Op
 Op Operation.getOp()
           
static Op Op.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Op[] Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.silverpeas.notification.jsondiff with parameters of type Op
 void Operation.setOp(Op type)
           
 

Constructors in org.silverpeas.notification.jsondiff with parameters of type Op
Operation(Op type, String path, String value)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.