Class NSBatchUpdateRequestResultType


  • public final class NSBatchUpdateRequestResultType
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StatusOnlyResultType

        public static final long StatusOnlyResultType
        Return a status boolean
        See Also:
        Constant Field Values
      • UpdatedObjectIDsResultType

        public static final long UpdatedObjectIDsResultType
        Return the object IDs of the rows that were updated
        See Also:
        Constant Field Values
      • UpdatedObjectsCountResultType

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