Class RemoveValueRequest

  • All Implemented Interfaces:
    java.lang.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 Detail

      • indexes

        public int[] indexes
    • Constructor Detail

      • RemoveValueRequest

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

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