Class NSBatchDeleteRequestResultType


  • public final class NSBatchDeleteRequestResultType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Count
      Return the number of rows that were deleted
      static long ObjectIDs
      Return the object IDs of the rows that were deleted
      static long StatusOnly
      Return a status boolean
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • StatusOnly

        public static final long StatusOnly
        Return a status boolean
        See Also:
        Constant Field Values
      • ObjectIDs

        public static final long ObjectIDs
        Return the object IDs of the rows that were deleted
        See Also:
        Constant Field Values
      • Count

        public static final long Count
        Return the number of rows that were deleted
        See Also:
        Constant Field Values