Class PatchOperation


  • public class PatchOperation
    extends Object
    Represents a patch operation as per section 4 of RFC 6902. See also PatchRequest.
    • Constructor Detail

      • PatchOperation

        public PatchOperation()
    • Method Detail

      • setValue

        public void setValue​(Object value)
      • getValue

        public Object getValue()
      • getOperation

        public String getOperation()
      • setOperation

        public void setOperation​(String operation)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)