collect method
Implementation
@override
SapTransaction collect(CollectData<Map<String, Object>> collect) {
super.collect(collect);
return this;
}
@override
SapTransaction collect(CollectData<Map<String, Object>> collect) {
super.collect(collect);
return this;
}