Class RemoveValueRequest

All Implemented Interfaces:
Cloneable

public class RemoveValueRequest extends AbstractRequest
Request used to remove a value from an existing handle. Holds the handle and the index of the value to be deleted.
  • Field Details

    • indexes

      public int[] indexes
  • Constructor Details

    • RemoveValueRequest

      public RemoveValueRequest(byte[] handle, int index, AuthenticationInfo authInfo)
    • RemoveValueRequest

      public RemoveValueRequest(byte[] handle, int[] indexes, AuthenticationInfo authInfo)