header method

SingleCommand<T> header(
  1. T header
)

Implementation

SingleCommand<T> header(T header) {
  _header = header;
  return this;
}