Class BatchEmptyResult


  • public class BatchEmptyResult
    extends java.lang.Object
    Object to return in a batch result list when there is no data as a result of the operation, e.g. DeleteApiOp. This helps to ensure the list of results matches 1:1 the list of operations and there is a consistent object type used whenever there would otherwise be no result at all.
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchEmptyResult​(java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchEmptyResult

        public BatchEmptyResult​(java.lang.String message)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()