Class AddObjectResult<T extends ObjectType>


  • public class AddObjectResult<T extends ObjectType>
    extends Object
    Result of the addObject operation. It is analogous to ModifyObjectResult and DeleteObjectResult but cannot be returned by addObject, because this operation returns String. This long-time convention cannot be changed easily, so we use this workaround.