order method

Sets order parameter on the request.

Implementation

@override
OperationsRequestBuilder order(RequestBuilderOrder direction) {
  super.order(direction);
  return this;
}