Class PatchOperation

java.lang.Object
org.gluu.oxtrust.model.scim2.patch.PatchOperation

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

    • PatchOperation

      public PatchOperation()
  • Method Details

    • setValue

      public void setValue(Object value)
    • getValue

      public Object getValue()
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getPath

      public String getPath()
    • getType

      public PatchOperationType getType()
    • setPath

      public void setPath(String path)