Class PatchOp

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

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

    • Operations

      protected Operation[] Operations
    • schemas

      protected String[] schemas
    • xClassName

      public String xClassName
  • Constructor Details

    • PatchOp

      public PatchOp()
  • Method Details

    • toDTO

      public static PatchOp toDTO(String json)
    • unsafeToDTO

      public static PatchOp unsafeToDTO(String json)
    • getOperations

      @Valid public @Valid Operation[] getOperations()
    • setOperations

      public void setOperations(Operation[] Operations)
    • setOperations

      public void setOperations(com.liferay.petra.function.UnsafeSupplier<Operation[],Exception> OperationsUnsafeSupplier)
    • getSchemas

      public String[] getSchemas()
    • setSchemas

      public void setSchemas(String[] schemas)
    • setSchemas

      public void setSchemas(com.liferay.petra.function.UnsafeSupplier<String[],Exception> schemasUnsafeSupplier)
    • 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