Class Modify<T>

  • Type Parameters:
    T - the entity type

    @Deprecated(since="2.3")
    public class Modify<T>
    extends UpdateBase<T>
    Deprecated.
    Represents a modify operation
    • Method Detail

      • execute

        @Nullable
        public T execute()
        Deprecated.
        Performs the operation
        Returns:
        the operation result
      • execute

        @Nullable
        public T execute​(ModifyOptions options)
        Deprecated.
        Performs the operation
        Parameters:
        options - the options to apply
        Returns:
        the operation result