Beispiel #1
0
 public Operation context(String key, Object contextValue) {
   body.getContext().put(key, contextValue);
   return this;
 }