Class Operation

java.lang.Object
com.liferay.scim.rest.dto.v1_0.Operation
All Implemented Interfaces:
Serializable

@Generated("") public class Operation extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • op

      protected String op
    • path

      protected String path
    • value

      protected Object value
    • xClassName

      public String xClassName
  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • toDTO

      public static Operation toDTO(String json)
    • unsafeToDTO

      public static Operation unsafeToDTO(String json)
    • getOp

      public String getOp()
    • setOp

      public void setOp(String op)
    • setOp

      public void setOp(com.liferay.petra.function.UnsafeSupplier<String,Exception> opUnsafeSupplier)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • setPath

      public void setPath(com.liferay.petra.function.UnsafeSupplier<String,Exception> pathUnsafeSupplier)
    • getValue

      @Valid public @Valid Object getValue()
    • setValue

      public void setValue(Object value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<Object,Exception> valueUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object